Hi,
My website http://www.crossfit506.com is running super slow. I checked my runtime information on myphpadmin and given me the following red alerts:
Handler_read_rnd_next 168 The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.
Qcache_lowmem_prunes 28 M The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.
Slow_launch_threads 78 The number of threads that have taken more than slow_launch_time seconds to create.
Table_locks_waited 262 k The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.
Are this errors might be related to the bad performance of the site?
Ideas to fix them?
Thanks!
Alberto Gil