Raptive Ads 2.3.1

Does AdThrive Ads work with WordPress 6.0.3 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
1PHP warnings
4PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

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

Environment
WordPress version6.0.3
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 5,000+
WordPress.org page https://wordpress.org/plugins/adthrive-ads/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

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=adthrive-ads%2Fadthrive-ads.php&plugin_status=all&paged=1&s&_wpnonce=cdbb5c1276
Aspect after-activation
HTTP status 200
Load time 0.644 s
Memory usage 4.15 MiB
JS errors None
Resource errors None

AdThrive

Page screenshot: AdThrive
URL /wp-admin/admin.php?page=adthrive
Aspect menu-item
HTTP status 200
Load time 0.349 s
Memory usage 4.28 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.319 s
Memory usage 3.67 MiB
JS errors None
Resource errors None

Add New Post ‹ Test site — WordPress

Page screenshot: Add New Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.934 s
Memory usage 5.83 MiB
JS errors None
Resource errors None

Add New Page ‹ Test site — WordPress

Page screenshot: Add New Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 1.238 s
Memory usage 5.83 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.338 s0.374 s+0.036 s3.73 MiB3.95 MiB+ 225.93 KiB
/wp-admin/edit.php0.179 s0.269 s+0.090 s3.76 MiB3.98 MiB+ 222.88 KiB
/wp-admin/post-new.php0.974 s1.322 s+0.348 s5.55 MiB5.84 MiB+ 288.36 KiB
/wp-admin/upload.php0.440 s0.382 s-0.058 s3.69 MiB3.91 MiB+ 222.55 KiB
/wp-admin/options-writing.php0.267 s0.155 s-0.112 s3.62 MiB3.88 MiB+ 268.34 KiB
/wp-admin/media-new.php0.287 s0.200 s-0.087 s3.67 MiB3.89 MiB+ 223.98 KiB
/wp-admin/edit-tags.php?taxonomy=category0.187 s0.205 s+0.018 s3.69 MiB3.91 MiB+ 224.88 KiB
/wp-admin/post-new.php?post_type=page1.100 s1.115 s+0.015 s5.55 MiB5.83 MiB+ 282.63 KiB
/wp-admin/options-discussion.php0.215 s0.349 s+0.134 s3.6 MiB3.88 MiB+ 288.91 KiB
/wp-admin/edit-comments.php0.211 s0.240 s+0.029 s3.7 MiB3.92 MiB+ 225.13 KiB
/0.330 s0.229 s-0.101 s3.62 MiB3.67 MiB+ 49.95 KiB
Average 0.412 s0.440 s+0.028 s4.02 MiB4.24 MiB+ 229.41 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.

PO File
PHP
CSS
Language % Lines of code Comment lines Files
PO File65.0%32,32318,502120
PHP18.9%9,4137,48181
CSS9.8%4,8621,2029
JavaScript3.2%1,5725779
Sass2.8%1,4072917
HTML0.4%1837715
Total 49,760 27,868 251

PHP Code Analysis | More results »

Lines of code 9,323
Total complexity 2,361
Median class complexity 7.5
Median method complexity 2.0
Most complex class CMB2
Most complex function CMB2_Field_Display::get()
Classes 92
Methods 692
Functions 37

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 1

Meta Boxes

{
    "post": {
        "adthrive_ads_object_metabox": {
            "title": "AdThrive Ads",
            "context": "normal"
        }
    },
    "page": {
        "adthrive_ads_object_metabox": {
            "title": "AdThrive Ads",
            "context": "normal"
        }
    }
}

PHP Error Log 5 lines

[19-Oct-2022 10:06:39 UTC] PHP Warning:  The URL https://ads.adthrive.com/api/v1/host/plugin/?checking_for_updates=1&installed_version=2.3.1 does not point to a valid plugin metadata file. HTTP response code is 403 (expected: 200) in /wp-content/plugins/adthrive-ads/plugin_update_check.php on line 248
[19-Oct-2022 10:06:43 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>adthrive-pubcid/v1/extend</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 5833
[19-Oct-2022 10:06:47 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>adthrive-pubcid/v1/extend</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 5833
[19-Oct-2022 10:06:51 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>adthrive-pubcid/v1/extend</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 5833
[19-Oct-2022 10:06:53 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>adthrive-pubcid/v1/extend</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 5833
See also: All tests for this plugin, How to Hide Raptive Ads Admin Menus and Meta Boxes