404 Solution 3.0.8

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

Summary

Errors
4PHP deprecation warnings
2Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 85.72 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 3

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=5399531731
Aspect after-activation
HTTP status 200
Load time 2.456 s
Memory usage 3.95 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.519 s
Memory usage 3.95 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.211 s
Memory usage 4.14 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.453 s0.369 s-0.084 s3.77 MiB3.85 MiB+ 74.76 KiB
/wp-admin/edit.php0.375 s0.352 s-0.023 s3.78 MiB3.9 MiB+ 120.7 KiB
/wp-admin/post-new.php0.817 s1.105 s+0.288 s6.3 MiB6.46 MiB+ 163.99 KiB
/wp-admin/upload.php0.460 s0.511 s+0.051 s3.74 MiB3.79 MiB+ 57.49 KiB
/wp-admin/options-writing.php0.353 s0.321 s-0.032 s3.71 MiB3.77 MiB+ 61.51 KiB
/wp-admin/media-new.php0.550 s0.300 s-0.250 s3.7 MiB3.77 MiB+ 69.68 KiB
/wp-admin/edit-tags.php?taxonomy=category0.343 s0.307 s-0.036 s3.71 MiB3.79 MiB+ 80.63 KiB
/wp-admin/post-new.php?post_type=page0.714 s0.876 s+0.162 s6.29 MiB6.45 MiB+ 158.05 KiB
/wp-admin/options-discussion.php0.356 s0.428 s+0.072 s3.71 MiB3.77 MiB+ 58.02 KiB
/wp-admin/edit-comments.php0.344 s0.371 s+0.027 s3.73 MiB3.79 MiB+ 57.51 KiB
/0.304 s0.210 s-0.094 s4.1 MiB4.14 MiB+ 40.52 KiB
Average 0.461 s0.468 s+0.007 s4.23 MiB4.32 MiB+ 85.72 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.4%16,6951,14712
PHP37.3%14,6904,48437
CSS7.9%3,1163002
JavaScript4.0%1,56946414
Markdown3.7%1,47202
HTML3.3%1,2833840
SQL1.4%54512535
JSON0.1%4501
Total 39,415 6,558 143

PHP Code Analysis | More results »

Lines of code 14,809
Total complexity 3,050
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 34
Methods 564
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

PHP Error Log 20 lines

[03-Dec-2025 14:20:59 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
[03-Dec-2025 14:20:59 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
[03-Dec-2025 14:21:03 UTC] PHP Deprecated:  Function WP_Dependencies-&gt;add_data() was called with an argument that is <strong>deprecated</strong> since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /wp-includes/functions.php on line 6131
[03-Dec-2025 14:21:03 UTC] PHP Deprecated:  Function WP_Dependencies-&gt;add_data() was called with an argument that is <strong>deprecated</strong> since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /wp-includes/functions.php on line 6131
[03-Dec-2025 14:21:12 UTC] PHP Deprecated:  Function WP_Dependencies-&gt;add_data() was called with an argument that is <strong>deprecated</strong> since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /wp-includes/functions.php on line 6131
[03-Dec-2025 14:21:12 UTC] PHP Deprecated:  Function WP_Dependencies-&gt;add_data() was called with an argument that is <strong>deprecated</strong> since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /wp-includes/functions.php on line 6131
See also: All tests for this plugin, How to Hide 404 Solution Admin Menus and Meta Boxes