| Author |
Message |
|
| Guest |
Posted: Sun Jun 08, 2008 9:56 pm |
|
|
|
Guest
|
I added the deflate flag to my server and while I do see the header getting
compressed I do not see CSS getting compressed.
The block below in yaws_server.erl leads me to beleive that a css file with
mime type text/css would be compressed but when I benchmark with YSlow, the
css files are not showing they are compressed. Am I missing something?
compressible_mime_type("text/"++_) ->
true;
compressible_mime_type("application/rtf") ->
true;
compressible_mime_type("application/msword") ->
true;
compressible_mime_type("application/postscript") ->
true;
compressible_mime_type("application/pdf") ->
true;
compressible_mime_type("application/x-dvi") ->
true;
compressible_mime_type(_) ->
false.
--
View this message in context: http://www.nabble.com/CSS-not-Deflating-tp17723649p17723649.html
Sent from the Yaws mailing list archive at Nabble.com.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Wed Jun 11, 2008 8:57 pm |
|
|
|
Guest
|
jengstrm wrote:
> I added the deflate flag to my server and while I do see the header getting
> compressed I do not see CSS getting compressed.
>
I'm sorry I haven't had time to look at this - furthermore - I will not have
time the following days either.
Any takers ...
/klacke
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post received from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|