What you can infer from such testing is that the server is not writing any response for a while, and then quickly writing all the response. There could be two reasons - the server may be busy doing some blocking…
Well said. Pages that start with the view like PHP and JSP fare better than most dumb MVC frameworks.
Putting a cache in front is not a solution to all performance problems!
What you can infer from such testing is that the server is not writing any response for a while, and then quickly writing all the response. There could be two reasons - the server may be busy doing some blocking…
Well said. Pages that start with the view like PHP and JSP fare better than most dumb MVC frameworks.
Putting a cache in front is not a solution to all performance problems!