[wp-trac] [WordPress Trac] #63342: wp-admin/options.php page crashes when options or cache data are too large
WordPress Trac
noreply at wordpress.org
Thu Apr 24 11:07:35 UTC 2025
#63342: wp-admin/options.php page crashes when options or cache data are too large
-------------------------------------+-------------------------------------
Reporter: dilipbheda | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Query | Version:
Severity: normal | Keywords: has-patch has-
Focuses: administration, | screenshots
performance |
-------------------------------------+-------------------------------------
The `wp-admin/options.php` page can become unresponsive or crash entirely
when the database contains large amounts of options or cached data. This
issue is especially noticeable when numerous or bulky `_site_transient_`
options are present.
Ref: https://tinyurl.com/2a9zkfl2, https://tinyurl.com/2azkfmwa
**Suggested Improvement:**
To improve performance and reduce the risk of timeout or memory issues,
consider excluding `_site_transient_` options from the query that loads
options on this page. These are temporary and do not typically need to be
managed manually via `options.php`.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63342>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list