Slow queries
-
Im using Query Monitor plugin to optimize my queries and in every 3-4 page loads I’ll get 2-3 slow query warnings (plugin marks queries slow if it takes more than 0.05s)
SELECT option_value FROM my_options WHERE option_name = '_transient__redux_activation_redirect' LIMIT 1 SELECT option_value FROM my_options WHERE option_name = '_transient_timeout__redux_activation_redirect' LIMIT 1 UPDATE my_options SET option_value = '1451327160' WHERE option_name = '_transient_timeout__redux_activation_redirect'
What’s up with that? Im not using it as plugin, it has been downloaded to my server.
- The topic ‘Slow queries’ is closed to new replies.