GF Stripe Extensions 2.3.5

Does GF Stripe Extensions work with WordPress 5.9.1 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: 40.93 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version5.9.1
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=963723e855
Aspect after-activation
HTTP status 200
Load time 0.259 s
Memory usage 3.37 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.956 s
Memory usage 3.33 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.681 s
Memory usage 3.36 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.333 s0.266 s-0.067 s3.37 MiB3.4 MiB+ 35.66 KiB
/wp-admin/edit.php0.168 s0.177 s+0.009 s3.4 MiB3.43 MiB+ 34.95 KiB
/wp-admin/post-new.php0.808 s0.886 s+0.078 s6.14 MiB6.2 MiB+ 59.76 KiB
/wp-admin/upload.php0.356 s0.277 s-0.079 s3.25 MiB3.29 MiB+ 45.26 KiB
/wp-admin/options-writing.php0.297 s0.146 s-0.151 s3.24 MiB3.27 MiB+ 29.11 KiB
/wp-admin/media-new.php0.224 s0.167 s-0.057 s3.23 MiB3.27 MiB+ 45.43 KiB
/wp-admin/edit-tags.php?taxonomy=category0.183 s0.174 s-0.009 s3.27 MiB3.3 MiB+ 36.2 KiB
/wp-admin/post-new.php?post_type=page0.720 s0.811 s+0.091 s6.14 MiB6.19 MiB+ 55.34 KiB
/wp-admin/options-discussion.php0.236 s0.287 s+0.051 s3.22 MiB3.27 MiB+ 45.74 KiB
/wp-admin/edit-comments.php0.283 s0.209 s-0.074 s3.27 MiB3.37 MiB+ 98.51 KiB
/0.260 s0.394 s+0.134 s3.4 MiB3.36 MiB- 35.75 KiB
Average 0.352 s0.345 s-0.007 s3.81 MiB3.85 MiB+ 40.93 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
PHP92.0%10,0883,846143
Markdown5.9%65002
JavaScript1.2%12971
JSON0.9%9702
Total 10,964 3,853 148

PHP Code Analysis | More results »

Lines of code 9,935
Total complexity 1,841
Median class complexity 1.0
Median method complexity 1.0
Most complex class GFAnalytics
Most complex function GFAnalyticsUI::analytics_transactions()
Classes 129
Methods 577
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

[03-Mar-2022 05:28:56 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
[03-Mar-2022 05:28:56 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:28:56 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:28:59 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:00 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:00 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 5768
[03-Mar-2022 05:29:00 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 5768
[03-Mar-2022 05:29:00 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 5768
[03-Mar-2022 05:29:00 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 5768
[03-Mar-2022 05:29:00 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 5768
[03-Mar-2022 05:29:00 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 5768
[03-Mar-2022 05:29:00 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 5768
[03-Mar-2022 05:29:00 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 5768
[03-Mar-2022 05:29:00 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 5768
[03-Mar-2022 05:29:00 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 5768
[03-Mar-2022 05:29:00 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:02 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:03 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:03 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:03 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:03 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 5768
[03-Mar-2022 05:29:03 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 5768
[03-Mar-2022 05:29:03 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 5768
[03-Mar-2022 05:29:03 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 5768
[03-Mar-2022 05:29:03 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 5768
[03-Mar-2022 05:29:03 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 5768
[03-Mar-2022 05:29:03 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 5768
[03-Mar-2022 05:29:03 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 5768
[03-Mar-2022 05:29:03 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 5768
[03-Mar-2022 05:29:03 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 5768
[03-Mar-2022 05:29:03 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:05 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:06 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:06 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
[03-Mar-2022 05:29:07 UTC] PHP Notice:  Undefined index: page in /wp-content/plugins/gf-stripe-extensions/gf-stripe-extensions.php on line 66
See also: All tests for this plugin, How to Hide the "Stripe Extensions" Admin Menu