Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page speed improvements (general) #3

Open
Vanhouttethomas opened this issue Mar 9, 2014 · 0 comments
Open

Page speed improvements (general) #3

Vanhouttethomas opened this issue Mar 9, 2014 · 0 comments

Comments

@Vanhouttethomas
Copy link

As a result of a lot of images, a lot of HTTP requests exist to load the page.
Since we now also target mobile users (responsive design), we should minimize these requests to decrease page load times.
My sugguestions:

HTTP REQUESTS
Put all images in one or more CSS sprites to reduce HTTP requests.
Or, use DATA URIs.
Also, less important, combine the CSS files and put them at the bottom of the page.

IMAGES
The images themselves are quite large. They can be easily compressed by 50%, while maintaining the quality of the images.

CACHING
Images are not cached, nor other static sources such as the Javascript or CSS files.
Use page caching to cache these for (for example) 2 weeks. If a visitors visits the page again later, the page will not have to load these static sources any more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant