so... i ran my page through YSlow and it told me to gzip two css files and one javascript file.
i guess most of the files are taken care of.
i've got the .htaccess from the latest html5boilerplate so it should be up to snuff, no?
as i understand of reading in the file, is that AddOutputFilterByType, or something, looks for (for example) type="text/css" in the <link>-tag of a page. is it so?
do i do wrong with not using the type="" in my tag?
should be ok with just rel="" and href="" in html5.
so... i ran my page through YSlow and it told me to gzip two css files and one javascript file. i guess most of the files are taken care of. i've got the .htaccess from the latest html5boilerplate so it should be up to snuff, no?
as i understand of reading in the file, is that AddOutputFilterByType, or something, looks for (for example) type="text/css" in the <link>-tag of a page. is it so? do i do wrong with not using the type="" in my tag? should be ok with just rel="" and href="" in html5.
me brainstorming out loud, looking for answers
Here is how I did it http://www.visibilityinherit.com/code/yslow-&-google-page-speed-htaccess-code-how-to-speed-up-your-website.php
now that looks like just what i need. tnx, eric! (i'll set this discussion to solved when i've tried things out.)
No it doesent get it from
I gets it from the requested file so no need for
Hope it's helpful to you. I'm just tring to be helpful
ok. cheers :)