From 8a3a0ab2fe9796bb7178406dfddddd8b6522eb85 Mon Sep 17 00:00:00 2001 From: Marco Biedermann Date: Sat, 28 May 2016 23:26:29 +0200 Subject: [PATCH] fix #98 - add notes section with performance tip --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ba6a130..440527d 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,16 @@ Below are the link relations which are not recommended for use: - [App Links Docs](http://applinks.org/documentation/) +## 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: +``` + +``` + ## Other Resources - [HTML5 Boilerplate Docs: The HTML](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md)