Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Make fewer HTTP requests (default template) #51

Open
espinielli opened this issue Jul 3, 2015 · 0 comments
Open

Make fewer HTTP requests (default template) #51

espinielli opened this issue Jul 3, 2015 · 0 comments
Assignees

Comments

@espinielli
Copy link
Contributor

From YSlow analysis it results that

Grade F on Make fewer HTTP requests

This page has 11 external Javascript scripts. Try combining them into one.
This page has 7 external stylesheets. Try combining them into one.

Decreasing the number of components on a page reduces the number of HTTP requests
required to > render the page, resulting in faster page loads. Some ways to reduce the number
of components include: combine files, combine multiple scripts into one script, combine multiple
CSS files into one style sheet, and use CSS Sprites and image maps.

This comes from the default template.

@espinielli espinielli self-assigned this Jul 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant