CouponAPI 5.4.3

Does CouponAPI work with WordPress 6.2.2 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: 29.97 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.2.2
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=eb5644c927
Aspect after-activation
HTTP status 200
Load time 0.340 s
Memory usage 3.05 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.304 s
Memory usage 3.02 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.194 s
Memory usage 3 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.176 s
Memory usage 3.02 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.180 s
Memory usage 3.02 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.183 s
Memory usage 3.02 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.239 s
Memory usage 2.99 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.310 s0.295 s-0.015 s3.07 MiB3.11 MiB+ 36.43 KiB
/wp-admin/edit.php0.224 s0.228 s+0.004 s3.1 MiB3.13 MiB+ 36.43 KiB
/wp-admin/post-new.php0.894 s0.848 s-0.046 s5.02 MiB5.07 MiB+ 52.39 KiB
/wp-admin/upload.php0.736 s0.560 s-0.176 s3.02 MiB3.03 MiB+ 19.02 KiB
/wp-admin/options-writing.php0.194 s0.196 s+0.002 s3.01 MiB3.02 MiB+ 5.78 KiB
/wp-admin/media-new.php0.311 s0.277 s-0.034 s2.99 MiB3.02 MiB+ 31.21 KiB
/wp-admin/edit-tags.php?taxonomy=category0.219 s0.221 s+0.002 s3.01 MiB3.04 MiB+ 36.38 KiB
/wp-admin/post-new.php?post_type=page0.702 s0.624 s-0.078 s5.01 MiB5.06 MiB+ 47.98 KiB
/wp-admin/options-discussion.php0.246 s0.286 s+0.040 s3 MiB3.02 MiB+ 19.52 KiB
/wp-admin/edit-comments.php0.270 s0.247 s-0.023 s3.03 MiB3.05 MiB+ 19.05 KiB
/0.362 s0.257 s-0.105 s2.97 MiB2.99 MiB+ 25.44 KiB
Average 0.406 s0.367 s-0.039 s3.38 MiB3.41 MiB+ 29.97 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.7%3,69420913
PO File33.3%1,9967616
SVG4.8%28801
CSS0.2%911
Total 5,987 971 21

PHP Code Analysis | More results »

Lines of code 3,749
Total complexity 784
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 72

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

[02-Jun-2023 05:15: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',1685682924.9214) made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/couponapi/couponapi.php'), couponapi_check_wpcron
[02-Jun-2023 05:15: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 5865
[02-Jun-2023 05:15: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 5865
See also: All tests for this plugin, How to Hide CouponAPI Admin Menus