I’m having issues with WordPress being too slow. I discovered it’s because of MySQL queries. They take sometimes 2 – 10s – way too long.
I installed Query Monitor to see what’s causing the problem: https://cdn.pbrd.co/images/GRit4ZF.png
I’m having issues with WordPress being too slow. I discovered it’s because of MySQL queries. They take sometimes 2 – 10s – way too long.
I installed Query Monitor to see what’s causing the problem: https://cdn.pbrd.co/images/GRit4ZF.png
WP options (which is one of the most basic and used storage APIs) can be stored with or without “autoload” setting. Usually this is reasonable, since many options will be checked on each and every page load, so loading them in bulk during core load is much more efficient than individually.
Problems usually start when two problems compound:
There is no generic solution to this issue, since there is no generic common cause.
You would need to examine your actual data to see which options get loaded and what exactly happens to be a bottleneck.