GF Stripe Extensions 2.4.9

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

Summary

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

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

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

Environment
WordPress version6.0.2
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=2a5ee06ef2
Aspect after-activation
HTTP status 200
Load time 0.512 s
Memory usage 3.74 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 1.618 s
Memory usage 3.76 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 1.095 s
Memory usage 3.57 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.663 s0.609 s-0.054 s3.72 MiB3.76 MiB+ 36.28 KiB
/wp-admin/edit.php0.348 s0.386 s+0.038 s3.76 MiB3.79 MiB+ 35.57 KiB
/wp-admin/post-new.php1.526 s2.097 s+0.571 s5.55 MiB5.61 MiB+ 60.38 KiB
/wp-admin/upload.php0.589 s0.438 s-0.151 s3.69 MiB3.72 MiB+ 35.15 KiB
/wp-admin/options-writing.php0.713 s0.190 s-0.523 s3.62 MiB3.7 MiB+ 79.05 KiB
/wp-admin/media-new.php0.363 s0.299 s-0.064 s3.66 MiB3.7 MiB+ 35.32 KiB
/wp-admin/edit-tags.php?taxonomy=category0.304 s0.362 s+0.058 s3.69 MiB3.72 MiB+ 36.23 KiB
/wp-admin/post-new.php?post_type=page1.606 s1.651 s+0.045 s5.54 MiB5.59 MiB+ 51.97 KiB
/wp-admin/options-discussion.php0.326 s0.411 s+0.085 s3.6 MiB3.7 MiB+ 99.63 KiB
/wp-admin/edit-comments.php0.361 s0.399 s+0.038 s3.7 MiB3.73 MiB+ 35.13 KiB
/0.542 s0.765 s+0.223 s3.6 MiB3.57 MiB- 34.23 KiB
Average 0.667 s0.692 s+0.024 s4.01 MiB4.05 MiB+ 42.77 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.1%10,1823,853144
Markdown5.9%65002
JavaScript1.2%12971
JSON0.9%9702
Total 11,058 3,860 149

PHP Code Analysis | More results »

Lines of code 10,029
Total complexity 1,868
Median class complexity 1.0
Median method complexity 1.0
Most complex class GFAnalyticsUI
Most complex function GFAnalyticsUI::analytics_transactions()
Classes 130
Methods 586
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 28 lines

[01-Oct-2022 23:26:42 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
[01-Oct-2022 23:26:50 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:50 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:50 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:50 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:50 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:50 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:50 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:50 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:50 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:50 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:55 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:55 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:55 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:55 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:55 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:55 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:55 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:55 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:55 UTC] PHP Notice:  Function 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 5831
[01-Oct-2022 23:26:55 UTC] PHP Notice:  Function 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 5831
See also: All tests for this plugin, How to Hide the "Stripe Extensions" Admin Menu