GF Stripe Extensions 2.1.9

Does GF Stripe Extensions work with WordPress 5.8 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
34PHP notices
1Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 41.32 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.022 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version5.8
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/gf-stripe-extensions/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=gf-stripe-extensions%2Fgf-stripe-extensions.php&plugin_status=all&paged=1&s&_wpnonce=99519031a0
Aspect after-activation
HTTP status 200
Load time 0.286 s
Memory usage 3.1 MiB
JS errors None
Resource errors None

Settings → Stripe Extensions

Page screenshot: Settings → Stripe Extensions
URL /wp-admin/options-general.php?page=stripe-extensions
Aspect menu-item
HTTP status 200
Load time 0.805 s
Memory usage 3.1 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.673 s
Memory usage 2.92 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.329 s0.311 s-0.018 s3.08 MiB3.12 MiB+ 34.34 KiB
/wp-admin/edit.php0.183 s0.193 s+0.010 s3.11 MiB3.21 MiB+ 98.34 KiB
/wp-admin/post-new.php1.153 s1.571 s+0.418 s5.27 MiB5.32 MiB+ 59.06 KiB
/wp-admin/upload.php0.645 s0.497 s-0.148 s3.03 MiB3.06 MiB+ 35.94 KiB
/wp-admin/options-writing.php0.171 s0.158 s-0.013 s3.02 MiB3.04 MiB+ 19.91 KiB
/wp-admin/media-new.php0.265 s0.287 s+0.022 s3.01 MiB3.04 MiB+ 36.11 KiB
/wp-admin/edit-tags.php?taxonomy=category0.227 s0.209 s-0.018 s3.04 MiB3.07 MiB+ 34.88 KiB
/wp-admin/post-new.php?post_type=page1.458 s1.180 s-0.278 s5.26 MiB5.31 MiB+ 54.65 KiB
/wp-admin/options-discussion.php0.295 s0.267 s-0.028 s3 MiB3.04 MiB+ 36.42 KiB
/wp-admin/edit-comments.php0.222 s0.245 s+0.023 s3.04 MiB3.07 MiB+ 33.19 KiB
/0.307 s0.579 s+0.272 s2.91 MiB2.92 MiB+ 11.66 KiB
Average 0.478 s0.500 s+0.022 s3.43 MiB3.47 MiB+ 41.32 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
Language % Lines of code Comment lines Files
PHP91.9%9,8803,844143
Markdown6.0%65002
JavaScript1.2%12971
JSON0.9%9702
Total 10,756 3,851 148

PHP Code Analysis | More results »

Lines of code 9,726
Total complexity 1,779
Median class complexity 1.0
Median method complexity 1.0
Most complex class GFAnalytics
Most complex function GFAnalyticsUI::analytics_transactions()
Classes 129
Methods 573
Functions 2

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Options wp_options 3

PHP Error Log 42 lines

[27-Jul-2021 23:14:51 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DATE_ADD(NOW(), INTERVAL 1 HOUR)  NOT NULL,
					data MEDIUMTEXT NULL,
					PRIM' at line 3 for query CREATE TABLE wp_gfse_cache (
					name VARCHAR(333) NOT NULL,
					expires datetime DEFAULT DATE_ADD(NOW(), INTERVAL 1 HOUR)  NOT NULL,
					data MEDIUMTEXT NULL,
					PRIMARY KEY (name)
				) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, GFStripeExtensions::plugins_loaded, ValueCache->__construct, ValueCache->create_table, dbDelta
[27-Jul-2021 23:14:51 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:14:52 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:14:54 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:14:55 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:14:55 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/applepay</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:55 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-queries/v1/transactions</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:55 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/transactions</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:55 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/customers</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:55 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/tags</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:55 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/campaigns</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:55 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/reconcile</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:55 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/check_customer</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:55 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/autocomplete</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:55 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/entry</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:55 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:14:58 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:14:58 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:14:58 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:14:59 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:14:59 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/applepay</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:59 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-queries/v1/transactions</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:59 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/transactions</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:59 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/customers</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:59 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/tags</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:59 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/campaigns</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:59 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/reconcile</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:59 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/check_customer</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:59 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/autocomplete</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:59 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>gf-stripe-extensions/v1/entry</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5535
[27-Jul-2021 23:14:59 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:15:01 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:15:01 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:15:02 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
[27-Jul-2021 23:15:02 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 64
See also: All tests for this plugin, How to Hide the "Stripe Extensions" Admin Menu