404 Solution 3.1.6

Does 404 Solution work with WordPress 6.9 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 171.67 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.9
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 10,000+
WordPress.org page https://wordpress.org/plugins/404-solution/
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=404-solution%2F404-solution.php&plugin_status=all&paged=1&s&_wpnonce=03cb8f20fa
Aspect after-activation
HTTP status 200
Load time 2.200 s
Memory usage 4 MiB
JS errors None
Resource errors None

Settings → 404 Solution

Page screenshot: Settings → 404 Solution
URL /wp-admin/options-general.php?page=abj404_solution
Aspect menu-item
HTTP status 200
Load time 0.452 s
Memory usage 4 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.233 s
Memory usage 4.14 MiB
JS errors None
Resource errors None

Add Post ‹ Test site — WordPress

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

Add Page ‹ Test site — WordPress

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

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.401 s0.338 s-0.063 s3.77 MiB3.89 MiB+ 124.52 KiB
/wp-admin/edit.php0.339 s0.305 s-0.034 s3.78 MiB4.25 MiB+ 476.67 KiB
/wp-admin/post-new.php0.809 s0.835 s+0.026 s6.3 MiB6.58 MiB+ 282.35 KiB
/wp-admin/upload.php0.624 s0.488 s-0.136 s3.74 MiB3.84 MiB+ 107.25 KiB
/wp-admin/options-writing.php0.309 s0.298 s-0.011 s3.71 MiB3.82 MiB+ 111.27 KiB
/wp-admin/media-new.php0.485 s0.308 s-0.177 s3.7 MiB3.82 MiB+ 119.44 KiB
/wp-admin/edit-tags.php?taxonomy=category0.306 s0.284 s-0.022 s3.71 MiB3.84 MiB+ 130.39 KiB
/wp-admin/post-new.php?post_type=page0.800 s0.756 s-0.044 s6.29 MiB6.57 MiB+ 280.36 KiB
/wp-admin/options-discussion.php0.315 s0.328 s+0.013 s3.71 MiB3.82 MiB+ 107.77 KiB
/wp-admin/edit-comments.php0.303 s0.305 s+0.002 s3.73 MiB3.84 MiB+ 107.27 KiB
/0.261 s0.176 s-0.085 s4.1 MiB4.14 MiB+ 41.13 KiB
Average 0.450 s0.402 s-0.048 s4.23 MiB4.4 MiB+ 171.67 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
Language % Lines of code Comment lines Files
PO File42.1%18,4671,38413
PHP37.7%16,5115,12940
CSS8.0%3,5273644
JavaScript4.4%1,90756517
Markdown3.5%1,53802
HTML3.0%1,3033840
SQL1.2%54112535
JSON0.1%4501
Total 43,839 7,605 152

PHP Code Analysis | More results »

Lines of code 16,638
Total complexity 3,584
Median class complexity 32.0
Median method complexity 3.0
Most complex class ABJ_404_Solution_PluginLogic
Most complex function ABJ_404_Solution_SpellChecker::getLikelyMatchIDs()
Classes 37
Methods 622
Functions 15

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 6

Options wp_options 3

Meta Boxes

{
    "post": {
        "abj404_redirect_meta_box": {
            "title": "404 Solution",
            "context": "side"
        }
    },
    "page": {
        "abj404_redirect_meta_box": {
            "title": "404 Solution",
            "context": "side"
        }
    },
    "attachment": {
        "abj404_redirect_meta_box": {
            "title": "404 Solution",
            "context": "side"
        }
    }
}

PHP Error Log 16 lines

[18-Dec-2025 20:56:16 UTC] WordPress database error Table 'wordpress.wp_abj404_lookup' doesn't exist for query 
/* ------------------ /wp-content/plugins/404-solution/includes/sql/correctLookupTableIssue.sql BEGIN ----- */ 

delete from wp_abj404_lookup
where lkup_value in (
    select lkup_value from (
	    SELECT DISTINCT lkup_value
	    FROM wp_abj404_lookup
	    group by lkup_value
	    having count(lkup_value) > 1
    ) a
)

/* ------------------ /wp-content/plugins/404-solution/includes/sql/correctLookupTableIssue.sql END ----- */ 
 made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/404-solution/404-solution.php'), require_once('/plugins/404-solution/includes/Loader.php'), ABJ_404_Solution_SpellChecker::init, ABJ_404_Solution_SpellChecker::getInstance, ABJ_404_Solution_SpellChecker->__construct, ABJ_404_Solution_PluginLogic->getOptions, ABJ_404_Solution_PluginLogic->updateToNewVersion, ABJ_404_Solution_PluginLogic->updateToNewVersionAction, ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables, ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables, ABJ_404_Solution_DatabaseUpgradesEtc->correctIssuesBefore, ABJ_404_Solution_DataAccess->correctDuplicateLookupValues, ABJ_404_Solution_DataAccess->queryAndGetResults
[18-Dec-2025 20:56:16 UTC] WordPress database error Table 'wordpress.wp_abj404_spelling_cache' doesn't exist for query delete from wp_abj404_spelling_cache where matchdata is null or matchdata = '' made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/404-solution/404-solution.php'), require_once('/plugins/404-solution/includes/Loader.php'), ABJ_404_Solution_SpellChecker::init, ABJ_404_Solution_SpellChecker::getInstance, ABJ_404_Solution_SpellChecker->__construct, ABJ_404_Solution_PluginLogic->getOptions, ABJ_404_Solution_PluginLogic->updateToNewVersion, ABJ_404_Solution_PluginLogic->updateToNewVersionAction, ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables, ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables, ABJ_404_Solution_DatabaseUpgradesEtc->correctIssuesBefore, ABJ_404_Solution_DatabaseUpgradesEtc->correctMatchData, ABJ_404_Solution_DataAccess->queryAndGetResults
See also: All tests for this plugin, How to Hide 404 Solution Admin Menus and Meta Boxes