MyBB Community Forums

Full Version: Page speed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi every body,

I checked my Board with GTmetrix, Now I want to know how can I solve these problems:

Page Speed:
1.Remove query strings from static resources
2.Defer parsing of JavaScript
3.Specify a cache validator

Yslow:
1.Use a Content Delivery Network (CDN)
2.Use cookie-free domains

Thanks
Well, I know that CDN means to store your files from a source off the server. Usually, this means a cloud service like Amazon CDN or something similar. That will help speed up loading a lot because the only thing that the server will be doing then is run the scripts (php, etc.) and serve the HTML code.
Thank you, About other problems, Can anyone help me?