Hello,
I would like to know if many experience this problem with Yii 1 please.
I am in phpmyadmin right now and see this:
Aborted clientsDocumentation 4.5 k The number of connections that were aborted because the client died without closing the connection properly.
Aborted connectsDocumentation 18.4 k The number of failed attempts to connect to the MySQL server.
Handler read rndDocumentation 53.6 M The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don’t use keys properly.
Handler read rnd nextDocumentation 1.7 G 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.
The numbers are in red. I thought Yii was built in a way that the connections are closing after each query, is it not the case?
Could anyone give me a bit of help on this please?
Thank you,
Ben