I have a shared hosting where I have my website and MySQL database. I've installed a open source script for statistics (phpMyVisites) and it started to work very slow lately. It's written using some kind of framework and has many PHP files. I know that to find slow queries I can use slow query log functionality in MySQL. But on this shared hosting I can not use this method because I can not change my.cnf. I don't want to change my statistics script to other and I don't want to mess around with all files of this script to find out where to put diagnostics code to log queries manually. I would like to do it without changes in PHP code.
Yani benim soru:
Nasıl bu coditions yavaş sorguları oturum?:
- Yavaş sorgu günlüğünü etkinleştirmek için my.cnf değiştiremezsiniz
- Diğer istatistikleri senaryoyu değiştiremezsiniz
- Scrpt yazılır ve mysql komutları verilir nerede bilmiyorum
- Yavaş sorgu günlüğü benim sağlayıcı talep edemez
Basit, kolay, hızlı bir şekilde bunu yapmak için herhangi bir yöntem var mı?