The guy was lazy and didn't write anything...
March 6, 09:23
Don't pile on the optimization plugins first, locate the bottlenecks first:
Use Query Monitor to see slow SQL, slow hooks.
Pause all plugins for comparison, then turn them on one by one.
Check autoload is too big (options table).
Check database indexes with large table queries.
Tackle host/database performance first if server TTFB is high.





