Does Delete Duplicate Posts work with WordPress 6.5 and PHP 8.1.12? A smoke test was performed on .
1 | PHP fatal errors |
1 | PHP warnings |
No JavaScript exceptions | |
All test pages loaded successfully | |
No resource errors |
Memory usage: 130.52 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.
WordPress version | 6.5 |
---|---|
PHP version | 8.1.12 |
MySQL version | 10.6.10 |
PHP memory limit | 512M |
Last updated | |
---|---|
Active installs | 20,000+ |
WordPress.org page | https://wordpress.org/plugins/delete-duplicate-posts/ |
Badges |
|
URL | /wp-admin/plugins.php?plugin_status=all&paged=1&s |
---|---|
Requested URL | /wp-admin/plugins.php?action=activate&plugin=delete-duplicate-posts%2Fdelete-duplicate-posts.php&plugin_status=all&paged=1&s&_wpnonce=4df286d4b4 |
Aspect | after-activation |
HTTP status | 200 |
Load time | 0.442 s |
Memory usage | 3.81 MiB |
JS errors | None |
Resource errors | None |
URL | /wp-admin/tools.php?page=delete-duplicate-posts |
---|---|
Aspect | menu-item |
HTTP status | 200 |
Load time | 0.430 s |
Memory usage | 3.55 MiB |
JS errors | None |
Resource errors | None |
URL | /wp-admin/tools.php?page=delete-duplicate-posts.php-contact |
---|---|
Aspect | menu-item |
HTTP status | 200 |
Load time | 0.780 s |
Memory usage | 3.52 MiB |
JS errors | None |
Resource errors | None |
URL | /wp-admin/tools.php?page=delete-duplicate-posts.php-pricing |
---|---|
Aspect | menu-item |
HTTP status | 200 |
Load time | 2.279 s |
Memory usage | 3.53 MiB |
JS errors | None |
Resource errors | None |
URL | / |
---|---|
Aspect | front-page |
HTTP status | 200 |
Load time | 0.209 s |
Memory usage | 3.45 MiB |
JS errors | None |
Resource errors | None |
URL | Load time | Memory usage | ||||
---|---|---|---|---|---|---|
Inactive | Active | Change | Inactive | Active | Change | |
/wp-admin/index.php | 0.353 s | 0.497 s | +0.144 s | 3.44 MiB | 3.62 MiB | + 192.82 KiB |
/wp-admin/edit.php | 0.211 s | 0.313 s | +0.102 s | 3.46 MiB | 3.65 MiB | + 191.94 KiB |
/wp-admin/post-new.php | 0.928 s | 0.598 s | -0.330 s | 5.59 MiB | 5.75 MiB | + 157.33 KiB |
/wp-admin/upload.php | 0.580 s | 0.314 s | -0.266 s | 3.38 MiB | 3.49 MiB | + 112 KiB |
/wp-admin/options-writing.php | 0.224 s | 0.197 s | -0.027 s | 3.37 MiB | 3.47 MiB | + 103.87 KiB |
/wp-admin/media-new.php | 0.290 s | 0.245 s | -0.045 s | 3.35 MiB | 3.47 MiB | + 123.47 KiB |
/wp-admin/edit-tags.php?taxonomy=category | 0.198 s | 0.344 s | +0.146 s | 3.37 MiB | 3.51 MiB | + 148.64 KiB |
/wp-admin/post-new.php?post_type=page | 0.549 s | 0.610 s | +0.061 s | 5.59 MiB | 5.73 MiB | + 148.91 KiB |
/wp-admin/options-discussion.php | 0.336 s | 0.259 s | -0.077 s | 3.36 MiB | 3.47 MiB | + 115.36 KiB |
/wp-admin/edit-comments.php | 0.247 s | 0.220 s | -0.027 s | 3.39 MiB | 3.5 MiB | + 111.31 KiB |
/ | 0.296 s | 0.208 s | -0.088 s | 3.42 MiB | 3.45 MiB | + 30.12 KiB |
Average | 0.383 s | 0.346 s | -0.037 s | 3.79 MiB | 3.92 MiB | + 130.52 KiB |
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.
Language | % | Lines of code | Comment lines | Files | |
---|---|---|---|---|---|
PHP | 54.0% | 34,847 | 17,690 | 120 | |
JavaScript | 29.4% | 18,951 | 9,801 | 42 | |
CSS | 16.1% | 10,364 | 91 | 40 | |
Sass | 0.5% | 310 | 8 | 2 | |
XML | 0.0% | 23 | 5 | 1 | |
Total | 64,495 | 27,595 | 205 |
Lines of code | 25,129 |
---|---|
Total complexity | 6,217 |
Median class complexity | 17.5 |
Median method complexity | 2.0 |
Most complex class | Freemius |
Most complex function | FS_Plugin_Info_Dialog::install_plugin_information() |
Classes | 52 |
---|---|
Methods | 1,305 |
Functions | 102 |
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.
wp_options
5[03-Apr-2024 15:00:24 UTC] PHP Warning: Undefined array key "dupes" in /wp-content/plugins/delete-duplicate-posts/delete-duplicate-posts.php on line 729
[03-Apr-2024 15:00:24 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /wp-content/plugins/delete-duplicate-posts/delete-duplicate-posts.php:729
Stack trace:
#0 /wp-content/plugins/delete-duplicate-posts/delete-duplicate-posts.php(729): count()
#1 /wp-content/plugins/delete-duplicate-posts/delete-duplicate-posts.php(476): DeleteDuplicatePosts\Delete_Duplicate_Posts::return_duplicates()
#2 /wp-includes/class-wp-hook.php(324): DeleteDuplicatePosts\Delete_Duplicate_Posts::return_duplicates_ajax()
#3 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#4 /wp-includes/plugin.php(517): WP_Hook->do_action()
#5 /wp-admin/admin-ajax.php(192): do_action()
#6 {main}
thrown in /wp-content/plugins/delete-duplicate-posts/delete-duplicate-posts.php on line 729