php - Test website performance -


i have php , mysql website using xampp server.

i wondering there software, online websites etc can test (network performance, load balance, stress tests etc) websites running on localhost (local environment)?

thanks

you can't test network speed of site on localhost, since it's going instant since it's local. thing can test how fast php can execute , there great extension php called php_xdebug. tell how long each function call takes execute.

you can view results using tools such wincachegrind , view function taking time.

for network stuff, need first deploy website , run tests load balancing, stress testing, etc.

from experience, of delay websites php , not web server (unless on shared host).


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -