-
Notifications
You must be signed in to change notification settings - Fork 949
Closed
Description
At the beginning of each request, wordpress loads all wp_options lines that have autoload set to "yes".
What is the problem:
On my websites, it load ~550 lines : ~500 are wpseo_sitemap_XXX_cache_validator like options.
Do we really need all this lines, preloaded on every request ? We could all spare some milliseconds and database usage here.
Technical info
- WordPress version: 4.4.2
- Yoast SEO version: 3.1.2
Reactions are currently unavailable