Releases: tbela99/gzip
Releases · tbela99/gzip
First release
this release implements to to bottom page loading optimization
Javascript
SRI (Sub resources integrity)
generate SRI for javascript and css files
Critical CSS Path
generate critical css path based on the list of selectors you provide.
- fetch files hosted on remote servers
- minify javascript files
- merge javascript files
- minify inline javascript
- ignore files based on pattern
- remove javascript files that match a pattern
- remove duplicates
- move javascript at the bottom of the page
CSS
- fetch files hosted on remote servers
- minify css files
- merge css files (flatten @import)
- minify inline css
- ignore files based on pattern
- remove css files that match a pattern
- remove duplicates
- move css at the bottom of the page
- load css in a non blocking way