CouponAPI 5.6.2

Does CouponAPI work with WordPress 6.3.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 30.17 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 version6.3.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 300+
WordPress.org page https://wordpress.org/plugins/couponapi/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

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=couponapi%2Fcouponapi.php&plugin_status=all&paged=1&s&_wpnonce=6602dcc8d0
Aspect after-activation
HTTP status 200
Load time 0.368 s
Memory usage 2.8 MiB
JS errors None
Resource errors None

Coupon API

Page screenshot: Coupon API
URL /wp-admin/admin.php?page=couponapi
Aspect menu-item
HTTP status 200
Load time 0.483 s
Memory usage 2.76 MiB
JS errors None
Resource errors None

Coupon API → Brandlogos

Page screenshot: Coupon API → Brandlogos
URL /wp-admin/admin.php?page=couponapi-brandlogos-settings
Aspect menu-item
HTTP status 200
Load time 0.174 s
Memory usage 2.74 MiB
JS errors None
Resource errors None

Coupon API → CSV Upload

Page screenshot: Coupon API → CSV Upload
URL /wp-admin/admin.php?page=couponapi-file-upload
Aspect menu-item
HTTP status 200
Load time 0.159 s
Memory usage 2.76 MiB
JS errors None
Resource errors None

Coupon API → Logs

Page screenshot: Coupon API → Logs
URL /wp-admin/admin.php?page=couponapi-logs
Aspect menu-item
HTTP status 200
Load time 0.169 s
Memory usage 2.76 MiB
JS errors None
Resource errors None

Coupon API → Troubleshoot

Page screenshot: Coupon API → Troubleshoot
URL /wp-admin/admin.php?page=couponapi-troubleshoot
Aspect menu-item
HTTP status 200
Load time 0.187 s
Memory usage 2.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 0.192 s
Memory usage 3.09 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.375 s0.284 s-0.091 s2.82 MiB2.86 MiB+ 36.55 KiB
/wp-admin/edit.php0.218 s0.190 s-0.028 s2.85 MiB2.89 MiB+ 36.55 KiB
/wp-admin/post-new.php0.861 s1.071 s+0.210 s5.21 MiB5.26 MiB+ 52.52 KiB
/wp-admin/upload.php0.859 s0.474 s-0.385 s2.77 MiB2.79 MiB+ 19.14 KiB
/wp-admin/options-writing.php0.233 s0.193 s-0.040 s2.76 MiB2.77 MiB+ 11.11 KiB
/wp-admin/media-new.php0.315 s0.244 s-0.071 s2.74 MiB2.77 MiB+ 31.34 KiB
/wp-admin/edit-tags.php?taxonomy=category0.209 s0.187 s-0.022 s2.76 MiB2.79 MiB+ 36.51 KiB
/wp-admin/post-new.php?post_type=page0.681 s0.579 s-0.102 s5.21 MiB5.25 MiB+ 48.1 KiB
/wp-admin/options-discussion.php0.427 s0.442 s+0.015 s2.75 MiB2.77 MiB+ 19.64 KiB
/wp-admin/edit-comments.php0.276 s0.216 s-0.060 s2.78 MiB2.8 MiB+ 19.18 KiB
/0.291 s0.241 s-0.050 s3.13 MiB3.15 MiB+ 21.23 KiB
Average 0.431 s0.375 s-0.057 s3.25 MiB3.28 MiB+ 30.17 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
PO File
Language % Lines of code Comment lines Files
PHP61.0%3,85821113
PO File33.7%2,1287996
SVG4.6%28801
JavaScript0.6%3711
CSS0.1%911
Total 6,320 1,012 22

PHP Code Analysis | More results »

Lines of code 3,913
Total complexity 827
Median class complexity 0.0
Median method complexity 0.0
Most complex class
Most complex function couponapi_clipmydeals_process_batch()
Classes 0
Methods 0
Functions 74

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.

Database Tables 3

Options wp_options 1

PHP Error Log 3 lines

[04-Sep-2023 02:41:24 UTC] WordPress database error Table 'wordpress.wp_couponapi_config' doesn't exist for query REPLACE INTO wp_couponapi_config (name,value) VALUES ('last_cron',1693795284.8378) made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/couponapi/couponapi.php'), couponapi_check_wpcron
[04-Sep-2023 02:41:32 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>feedcallback/v1/posts</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/documentation/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 5905
[04-Sep-2023 02:41:36 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>feedcallback/v1/posts</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/documentation/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 5905
See also: All tests for this plugin, How to Hide CouponAPI Admin Menus