0

While our website is not yet complete graphically and design wise, most of the backend operations are near completion.

However, after optimising the mysql database we are still receiving a significant initial receiving period when tested on pingdom.com:

http://tools.pingdom.com/fpt/#!/IuoBna86v/http://foscam-uk.com

According to Pingdom:

The yellow part is the time it takes to resolve the hostname and similar (before the connection is initiated to the web server), the green part is connecting to the web server, and the blue part is the time it takes to retrieve the content from the webserver.

Upon asking our managed VPS support team we got the response : 'Have you tried optimizing your script? I believe that the high wait time on there indicates actual website loading time (meaning for your script to load); not actual connection to the website/server.'

Now, pingdom shows the js/css loading relatively quickly, the mysql database side of things doesn't seem to be slowing anything down either - does anyone have any suggestions of what this could be or might be causing it?

Thank you very much for your time and help.

user994319
  • 253
  • 1
  • 7
  • 22

2 Answers2

0
  1. 89 requests are too many.
  2. Reduce number of image request by creating sprites.This is pretty important from what is shown in pingdom.
  3. Keep Alive should be set to On and Keep alive time should be a bit higher(15 seconds or so).
  4. Use of compiler plus merge and minify js/css is recommended.
Oscprofessionals
  • 2,161
  • 2
  • 15
  • 17
0

Change the hosting provider. 8 second loading is very very slow. It means that it actually is around 15-17 seconds for a user that doesn't have cached parts of your site (first time visitor). My site www.bebepunk.ro loads according to pingdom in 2.5 seconds and users still complain about the slowness of the site. Check also with http://www.webpagetest.org for both values.