How to find the code on the website

Possible duplicate:
How do you rate testing a web application?

I have created a Wordpress / PHP site for the client over the past two years, and now that we get 1 million views per month, it seems they think that we are not suffering from a DDOS attack, where the site loads very slowly, but that my code bad, "when the site goes under a lot of traffic."

Is there a tool (paid or free does not matter) that will allow me to scan the website in real time, see where there will be any problems if the current site has less than 1000 views, 1,000,000 views, etc. .?

Any help would be greatly appreciated.

+3
source share
4

, , .

, , , .

+1

- XDebug (logging) ( mario) - , webgrind [ , ] ( "", WP )..

However, in my opinion, Wordpress is a poor choice for high-load sites ...

If you really want to use this nice control panel, you can statify WP into some simple .html files. Serving this way is much faster than generating each request. Of course, you lose some functions, such as comments, etc., but if you do not need it, this is the best method

0
source

All Articles