php - Normal time loading of page -
i have blog , know normal time loading of page.
time of loading 0.104528188705 sec. time without time internet connection.
0.105 seconds 105 milliseconds ; seems quite no bad, actually, if have several dynamic informations on blog -- means several sql queries.
of course, suppose when there virtually no load on webserver ? if so, , plan on having lot of visits on website, might want think bit caching mecanisms.
hint : test more (virtual) users , simulate higher load, might want take @ tools such :
sidenote : remember time takes generate page on server small portion of time users have wait -- don't forget can optimize loading time, grouping css/js, using optimized images, leveraging http caching, ...
for more informations on subject, take @ :
- web performance best practices (google)
- exceptional performance (yahoo)
Comments
Post a Comment