[wp-trac] [WordPress Trac] #61276: Add "Audit Autoloaded Options" Site Health Check
WordPress Trac
noreply at wordpress.org
Tue May 28 04:13:31 UTC 2024
#61276: Add "Audit Autoloaded Options" Site Health Check
-------------------------------------------------+-------------------------
Reporter: mukesh27 | Owner: mukesh27
Type: enhancement | Status: assigned
Priority: normal | Milestone: 6.6
Component: Site Health | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests needs- | Focuses:
testing has-testing-info | performance
-------------------------------------------------+-------------------------
Changes (by Ankit K Gupta):
* keywords:
has-patch has-unit-tests needs-testing has-testing-info has-
screenshots
=> has-patch has-unit-tests needs-testing has-testing-info
Comment:
Hello @krupajnanda @pooja1210, I was able to generate a Critical Issue by
updating the threshold in database.
When I change the value with below query, critical issue was appearing on
Site Health section.
{{{
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`)
VALUES ('test_large_option', REPEAT('a', 800000), 'yes');
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61276#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list