Hi guys I m using linux vps and my all sites, when i open one of the my sites, and clicking F5 3 4 times cpu is increasing how can i fix this solution ?
In Addition, Before i use suphp this action down Mysql, i had to use this command after this actions: server mysql restart... i turned dso and it just led to php error and when i stop the flood, 10 seconds later it comes itself again...Hello
How much is the CPU increasing? Are the sites loading slower, and what type of content do the websites use? Are they MySQL-based websites?
Thank you.
watch -n 1 mysqladmin proc
how can i do this i have a vps, what is this? plugin for php ?That's a good thing, that means your SQL queries are likely completing quickly. At that point look at the PHP code. Perhaps use a tool like Xdebug: Documentation