optimize how?

Posted in: Newspaper
Post count: 10

1. Executed 1h 37m 1s ago for 5.278722 sec on Database –> gadgetby_wp70
Date: 2015-09-08 23:18:28 Query_time: 5.278722 Rows_examined: 8733: Rows_sent 352 Lock_time: 0.000185
SELECT option_name, option_value FROM tiv_options WHERE autoload = ‘yes’;

Post count: 7909

Hi,

The theme does all the queries via wordpress, it doesn’t do any direct query. You could try to reduce the number of queries by using fewer blocks.
Another solution would be to use mysql query cache(if it is available on your server) – https://dev.mysql.com/doc/refman/5.1/en/query-cache.html

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.