Hi I've build my project in release mode which activated all optimizations (preload files, gzip, css inline, js inline, png optimize) and I have some questions:
1. Why isn't paper-collapse.min.css gzipped ? Is it because the minSizeKB parameter in ABM.ActivateGZip ?
2. Inline css refers to what ? only to the page specific css and js ? browser sends requests for materialize.min.css, font-awesone.min.css, etc...
3. Inline js referes only to page specific css and js ? browser sends requests for b4j_ws.min, core.min, etc...
4. Extra js or css files will be gzipped ?
5. Extra js or css files will be added in html if inline = true ?
5. I guess that ABM.ActivateGZip, creates the gzipped files, why not user the server GzipEnabled property ?
1. Why isn't paper-collapse.min.css gzipped ? Is it because the minSizeKB parameter in ABM.ActivateGZip ?
2. Inline css refers to what ? only to the page specific css and js ? browser sends requests for materialize.min.css, font-awesone.min.css, etc...
3. Inline js referes only to page specific css and js ? browser sends requests for b4j_ws.min, core.min, etc...
4. Extra js or css files will be gzipped ?
5. Extra js or css files will be added in html if inline = true ?
5. I guess that ABM.ActivateGZip, creates the gzipped files, why not user the server GzipEnabled property ?