Ive been working on my personal page which is based on drupal.
Ive noticed that it takes forever to load 6-10 seconds often.
After looking into some performance tests, specifically from site-perf.com,
I noticed that the load time is 80% queue time.

It seems lightbox2 and my theme contribute about 2/3 of the queue time.
Any suggestions on speeding this up?
Remember to cache and gzip your files in the .htaccess file in your root directory. If there isn’t one, make one, and then add this snippet:
Once you’re caching and gzipping, try to combine any files that aren’t parallel loading. If you find a file that’s waiting for another to load before it starts to download, then if possible, combine the two into a single file.