What do you want to improve?

Host your static files in the cloud that uses a CDN

Serve static content from a cookieless domain, backed by a CDN.

Why cookieless domains?

Every time a browser sends an HTTP request, it has to send all associated cookies that have been set for that domain and path along with it. Static content, such as images, javascript, and CSS files, doesn’t need to be accompanied by cookies.

You can decrease latency by serving static resources from a domain that doesn’t serve cookies.

Check out the following options:

Previous Install Google PageSpeed on your server
Next Start using a Content Delivery Network (CDN)

Need Help?