Avoid redirections
Redirections should be avoided as much as possible as they slow down response and drain resources unnecessarily. These redirections can take place on various levels: HTML code, JavaScript code, HTTP server and application server (e.g. PHP).
Store data in the cloud
Cloud computing is sometimes a great solution for storing the resources necessary to running a website or online service. And by using such elastic systems, we avoid draining resources unnecessarily. The other benefit comes from hosting static resources on a cookieless domain. This avoids sending the cookie with each resource that is transferred to the browser (c.f. best practice #96).
Such an approach is useful for images and static resources. As you want to keep domains to a minimum (c.f. best practice #55), it is easiest to group all static resources on one single online storage service.








