Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is considered average request processing time?

Tags:

diagnostics

What is normal time range for request processing?

like image 224
zsharp Avatar asked Dec 30 '22 04:12

zsharp


1 Answers

Anything between 50ms to 500ms would be good.

This of course is only the server side. Have a look at Yahoo's Best Practices for Speeding Up Your Web Site and Firebug YSlow on learning and measuring the response times on the client side as well.

like image 70
cherouvim Avatar answered Mar 20 '23 11:03

cherouvim