Tagged Questions
The html-compression tag has no wiki summary.
4
votes
6answers
1k views
HTML Compression and SEO?
At work, we have a dedicated SEO Analyst who's job is to pour over lots of data (KeyNote/Compete etc) and generate up fancy reports for the executives so they can see how we are doing against our ...
3
votes
3answers
656 views
Html Compressor for asp.net
Anyone knows a good way or tool to compress the html that is sent to the client?
I was thinking in compressing the html in the .aspx files in the production server only, so maybe a tool for doing ...
2
votes
1answer
268 views
How to compress html output in Symfony2?
I know Twig has a {% spaceless %} filter, but it only removes spaces between html tags.
I need to return a single line of html for every page in the site. I have a regexp that can deal with that, but ...
0
votes
3answers
96 views
compress large amount of small files in different folders
In our appliation,we save some images in different folders like:
1
2
3
4
...
500
...
And inside each folder there are large amount of images whose size is (5kb-20kb).
Now we found that when we try ...