Skip to main content

Questions tagged [minify]

10 votes
3 answers
12k views

Since bundling and minification is all about optimization and making pages load faster, it appears to me that it would be logical to create one bundle for scripts and one bundle for styles per view ...
Mykhailo Seniutovych's user avatar
0 votes
1 answer
977 views

I have a project in Angular1.x using a lot of SVG files. I have no idea what to do to SVG files to prepare them for production. I don't want my page to invoke 50 calls to different SVG files. So ...
guy mograbi's user avatar
4 votes
3 answers
296 views

Case1: There are two snippets of code that are very similar and very gzip-able, one at the start of the document and the other is beyond 32kb at the end of the document. Does the minifier bring the ...
davidtgq's user avatar
  • 431
3 votes
2 answers
409 views

I am authoring a lot of plugins for the content management system that I am writing. I believe it to be of utmost importance that script files (especially if they're plugins) should load quickly, ...
Luke Madhanga's user avatar
3 votes
2 answers
702 views

On a web page I have 1 script tag that contains all my minified JavaScript (I use SquishIt for .NET). However I see that a few people prefer to load their scripts in parallel using something like ...
Greg's user avatar
  • 133
14 votes
4 answers
3k views

Why is HTML/Javascript minification beneficial when the HTTP protocol already supports gzip data compression? I realize that Javascript/HTML minification has the potential to significantly reduce ...
Channel72's user avatar
  • 2,505