rewrite_rules option values size is greater than 15 MB. causing slow admin
-
SELECT option_value
FROM wp_options
WHERE option_name = ‘rewrite_rules’
LIMIT 1 this query is takes 13 sec to execute and causing slow wp-admin . Size of value rewrite_rules option_value is greater than 15 MB.Please Help to how to optimize this query.
Thanks in Advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘rewrite_rules option values size is greater than 15 MB. causing slow admin’ is closed to new replies.