Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: The limits of WordPress

[bsa_pro_ad_space id=2]
#805688
accordis
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.