CouponAPI 5.4.2

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=29df621f27
Aspect after-activation
HTTP status 200
Load time 0.282 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.394 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.158 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.143 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.191 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.155 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.209 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.746 s0.275 s-0.471 s3.07 MiB3.11 MiB+ 36.43 KiB
/wp-admin/edit.php0.179 s0.186 s+0.007 s3.1 MiB3.13 MiB+ 36.43 KiB
/wp-admin/post-new.php0.851 s0.747 s-0.104 s5.02 MiB5.07 MiB+ 52.39 KiB
/wp-admin/upload.php0.532 s0.488 s-0.044 s3.02 MiB3.03 MiB+ 19.02 KiB
/wp-admin/options-writing.php0.179 s0.174 s-0.005 s3.01 MiB3.02 MiB+ 5.78 KiB
/wp-admin/media-new.php0.274 s0.233 s-0.041 s2.99 MiB3.02 MiB+ 31.21 KiB
/wp-admin/edit-tags.php?taxonomy=category0.189 s0.181 s-0.008 s3.01 MiB3.04 MiB+ 36.38 KiB
/wp-admin/post-new.php?post_type=page0.585 s1.191 s+0.606 s5.01 MiB5.06 MiB+ 47.98 KiB
/wp-admin/options-discussion.php0.203 s0.226 s+0.023 s3 MiB3.02 MiB+ 19.52 KiB
/wp-admin/edit-comments.php0.203 s0.202 s-0.001 s3.03 MiB3.05 MiB+ 19.05 KiB
/0.285 s0.220 s-0.065 s2.97 MiB2.99 MiB+ 25.44 KiB
Average 0.384 s0.375 s-0.009 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,69220913
PO File33.4%1,9967616
SVG4.8%28801
CSS0.2%911
Total 5,985 971 21

PHP Code Analysis | More results »

Lines of code 3,747
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

[31-May-2023 12:00:22 UTC] WordPress database error Table 'wordpress.wp_couponapi_config' doesn't exist for query REPLACE INTO wp_couponapi_config (name,value) VALUES ('last_cron',1685534422.5422) made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/couponapi/couponapi.php'), couponapi_check_wpcron
[31-May-2023 12:00:29 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
[31-May-2023 12:00: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
See also: All tests for this plugin, How to Hide CouponAPI Admin Menus