I have blog and i would like to know is it normal time loading of page.
Time of loading is 0.104528188705 sec.
This time is without time for Internet connection.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
0.105 seconds is 105 milliseconds ; that seems quite no bad, actually, if you have several dynamic informations on your blog — which means several SQL queries.
Of course, I suppose this is when there is virtually no load on your webserver ? If so, and you plan on having a lot of visits on your website, you might want to think a bit about some caching mecanisms.
Hint : to test with more (virtual) users and simulate a higher load, you might want to take a look at tools such as :
As a sidenote : remember that the time it takes to generate the page on the server is only a small portion of the time your users have to wait — don’t forget you can also optimize loading time, by grouping CSS/JS, using optimized images, leveraging HTTP caching, …
For more informations on that subject, take a look at :