Home
404 Solution
3.1.10
Does 404 Solution work with WordPress 6.9.1 and PHP 8.1.12? A smoke test was performed on 2026-02-04 12:23:14 UTC .
Summary
Errors
2 Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance
Memory usage: 172.11 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 version 6.9.1 PHP version 8.1.12 MySQL version 10.6.10 PHP memory limit 512M
Pages 5 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=8002b33f32
Aspect
after-activation
HTTP status
200
Load time
2.337 s
Memory usage
4 MiB
JS errors
None
Resource errors
None
Settings → 404 Solution
URL
/wp-admin/options-general.php?page=abj404_solution
Aspect
menu-item
HTTP status
200
Load time
0.607 s
Memory usage
4 MiB
JS errors
None
Resource errors
None
Test site – Just another WordPress site
URL
/
Aspect
front-page
HTTP status
200
Load time
0.265 s
Memory usage
4.15 MiB
JS errors
None
Resource errors
None
Add Post ‹ Test site — WordPress
URL
/wp-admin/post-new.php
Aspect
new-meta-boxes
HTTP status
200
Load time
1.024 s
Memory usage
6.58 MiB
JS errors
None
Resource errors
None
Add Page ‹ Test site — WordPress
URL
/wp-admin/post-new.php?post_type=page
Aspect
new-meta-boxes
HTTP status
200
Load time
0.679 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.php 0.498 s 0.388 s -0.110 s 3.78 MiB 3.9 MiB + 124.95 KiB /wp-admin/edit.php 0.510 s 0.474 s -0.036 s 3.78 MiB 4.25 MiB + 477.11 KiB /wp-admin/post-new.php 0.844 s 0.997 s +0.153 s 6.31 MiB 6.58 MiB + 282.79 KiB /wp-admin/upload.php 0.498 s 0.467 s -0.031 s 3.74 MiB 3.84 MiB + 107.69 KiB /wp-admin/options-writing.php 0.401 s 0.303 s -0.098 s 3.71 MiB 3.82 MiB + 111.7 KiB /wp-admin/media-new.php 0.521 s 0.317 s -0.204 s 3.7 MiB 3.82 MiB + 119.88 KiB /wp-admin/edit-tags.php?taxonomy=category 0.330 s 0.530 s +0.200 s 3.72 MiB 3.84 MiB + 130.83 KiB /wp-admin/post-new.php?post_type=page 0.667 s 0.821 s +0.154 s 6.3 MiB 6.57 MiB + 280.8 KiB /wp-admin/options-discussion.php 0.355 s 0.361 s +0.006 s 3.71 MiB 3.82 MiB + 108.21 KiB /wp-admin/edit-comments.php 0.366 s 0.378 s +0.012 s 3.73 MiB 3.84 MiB + 107.7 KiB / 0.364 s 0.215 s -0.149 s 4.11 MiB 4.15 MiB + 41.59 KiB
Average
0.487 s 0.477 s -0.009 s 4.23 MiB 4.4 MiB + 172.11 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.
Language
%
Lines of code
Comment lines
Files
PO File 41.7% 18,467 1,384 13 PHP 38.1% 16,866 5,213 40 CSS 8.1% 3,574 364 4 JavaScript 4.3% 1,907 565 17 Markdown 3.5% 1,562 0 2 HTML 2.9% 1,303 38 40 SQL 1.2% 541 125 35 JSON 0.1% 45 0 1
Total
44,265
7,689
152
Lines of code
16,993
Total complexity
3,729
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
649
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 wp_abj404_logsv2 wp_abj404_lookup wp_abj404_ngram_cache wp_abj404_permalink_cache wp_abj404_redirects wp_abj404_spelling_cache Options wp_options 3 abj404_installed_time abj404_ngram_rebuild_offset abj404_settings 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 [04-Feb-2026 12:23:35 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
[04-Feb-2026 12:23:35 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