November 10, 2009 at 11:01 pm
#805688
Member
The first thing I would do is change to the default templete for wordpress and check the speed.
For your template you have alot of stylesheet code that can be moved from the header and just placed in the .css file… cutting down on the amount of code needed to be read for every page call.
Place as much repetitive javascript code into seperate files and just call to that page instead of placing the entire code in the headers and footers that have to be read by the server for every page load, the call from another file will be faster.