The Performance Thread

Thought I'd make a couple of comments about the site's performance. I'm unsure whether this site is hosted in its true, "live" location, so some of this could be moot. However, performance is always an important consideration for a site with a "proper" user-base (ie peeps actually doing stuff on the site), especially for scalability reasons. Here goes, anyway.

  • I seem get time-outs too often on page-loads. Lots of CSS and JS seems to hold up the loading of other important site elements, eg the visible images on the page. Dylan can't even see the site on his Macbook before it times out.
  • I used http://tools.pingdom.com/fpt/ to have a gander. It times out at 30 seconds trying to load JS and CSS. The sizes of different types of content seem weighted the wrong way completely - a 100k page (at time-out), of which 45k was CSS, 33k was JS! That leaves about 20k's worth of actual content, and Pingdom timed out before loading any images.
  • Some CSS files are served relatively quick (eg 3k in 2 secs for lightbox.css), but then calls to the remaining CSS files take a silly amount of time - 2k in 15s! This suggests that the web server can't handle multiple, simultaneous requests properly, and farts out when its being hit for a page with about 100 elements to load. 
  • Estimated total page size then could be around 160k - perhaps this should be reduced.
  • Is Drupal's cache on? Is there a minimum lifetime set? What about using the CSS aggregation/compression to reduce the number of CSS files included? See the Drupal admin -> configuration -> performance section. 
  • Content isn't being cached in my browser properly, well, at all. Could this be a web server issue? This results in terrible performance (especially for elements shown on all pages like the site header).
  • TinyMCE - bloated, slow and cumbersome.