Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sallamar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
sallamar
14y ago
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 activity, or the server or s
2.
▲
by
sallamar
14y ago
Well said. Pages that start with the view like PHP and JSP fare better than most dumb MVC frameworks.
3.
▲
by
sallamar
14y ago
Putting a cache in front is not a solution to all performance problems!