Remove inaccurate performance notes

This commit is contained in:
Josh Buchea 2018-01-21 10:21:35 -08:00
parent 774bd97480
commit af2656a9ce
1 changed files with 0 additions and 16 deletions

View File

@ -31,8 +31,6 @@ A list of everything that \*could\* go in the `<head>` of your document
- [QQ Mobile Browser](#qq-mobile-browser)
- [UC Mobile Browser](#uc-mobile-browser)
- [App Links](#app-links)
- [Notes](#notes)
- [Performance](#performance)
- [Other Resources](#other-resources)
- [Related Projects](#related-projects)
- [Other Formats](#other-formats)
@ -551,20 +549,6 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari.
**[⬆ back to top](#table-of-contents)**
## Notes
### Performance
Moving the `href` attribute to the beginning of an element improves compression when GZIP is enabled, because the `href` attribute is used in `a`, `base`, and `link` tags.
Example:
``` html
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
```
**[⬆ back to top](#table-of-contents)**
## Other Resources
- 📖 [HTML5 Boilerplate Docs: The HTML](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md)