I've cheked my MyBB forum in gtmetrix.com and gave this performance report:
http://gtmetrix.com/reports/www.forum.joorchin.net/TdxokjnO
Now I have many question to increase the Page Speed and YSlow Grade.
- How can I defer the parsing of javaScripts?
- How can I remove query string from static resources?
- How can I cache the .swf and .js files? (Leverage browser caching)
- How can I increase the Recommendations score in YSlow tab? (Medium and High PRIORITY)?
1- I think by defering parsing the javascript, they mean by putting all javascript at the end, or loading javascript asynchronously. Basically when a browser sees a script tags, it stops rendering the page until the javascript is interpreted in the script tag. Thats why its suggested to place all javascript at the end of a html page. you may or may need to change your code/js to handle this.
3 For caching .swf / .js files , if you are using Apache enable the expires module and set the revelant expires headers for the same