I wonder if I might as a few questions.
(I already made this post once but someone deleted it without telling me why.)
Hello all, I'm new to PageSpeed Module getting good results.
http://gtmetrix.com/reports/www.aboveallhouseplans.com/evBG60VI
http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.aboveallhouseplans.com%2F
http://www.webpagetest.org/result/131109_JQ_9TQ/
I wonder if I might as a few questions.
(I already made this post once but someone deleted it without telling me why.)
So here goes again.
1. Is this filter group ok together? It seems a bit counter intuitive but seems to work well.
2. Is there or will there be a CSS deferring filter?
3. Pagespeed module seems to be changin the names of or delivering my images with different names. is there a way to ensure the original file name is delivered?
Answers inlineOn Sat, Nov 9, 2013 at 9:31 PM, Kristoff Rand <kristo...@gmail.com> wrote:
Hello all, I'm new to PageSpeed Module getting good results.
http://gtmetrix.com/reports/www.aboveallhouseplans.com/evBG60VI
http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.aboveallhouseplans.com%2F
http://www.webpagetest.org/result/131109_JQ_9TQ/
I wonder if I might as a few questions.
(I already made this post once but someone deleted it without telling me why.)
So here goes again.
1. Is this filter group ok together? It seems a bit counter intuitive but seems to work well.Why do you say your filter-selection is count-intuitive?
Like the CSS mods, I only have one css file and then why would I inline and move to head... stuff like that.
It seems fine to me. Kool, I'm in way above my paygrade so I appreciate the advice.
I assume you set 'level' to 'PassThrough' otherwise you'll also get a few more, notably flatten_css_imports, which I'd generally strongly recommend
-Actually I hadn't... I had read on a few other posts that some features were only working if they were manually enabled and I had read that doubling up wouldn't mess it up. I now have the pass through set and the core filters i wanted plus the one's we've discussed.
- which is why we have it in the Core Filters set. If you have no @imports in your CSS files then it will do nothing, and if you have them then it will flatten them.
I don't think I do, but I'll check.
Based on your WebPageTest results I don't think it will matter for that page. Awesome...
Another way to express the same filter-set (plus a few others) is to enable the Core filters, and then manually add the ones you've chosen that are not already in core: canonicalize_javascript_libraries, insert_dns_prefetch, defer_javascript, move_css_to_head, sprite_images,insert_image_dimensions.
This was actually how I was running. core filters plus what I had posted above.
You might also consider transcoding images to webp: convert_jpeg_to_webp.
I wondered about this but had reservation about how it would effect google image search and all of the pinterest and other links people have made in the past.
2. Is there or will there be a CSS deferring filter?
Yes! Check out prioritize_critical_css and the blog post illustrating its benefits: http://googledevelopers.blogspot.com/2013/11/speeding-up-mobile-pages-with.html
3. Pagespeed module seems to be changin the names of or delivering my images with different names. is there a way to ensure the original file name is delivered?
Yes, you can preserve the image URLs: https://developers.google.com/speed/pagespeed/module/config_filters#preserveurls. This has to be used with In-Place Resource Optimization: https://developers.google.com/speed/pagespeed/module/system#ipro.Note that you can't use sprite_images in this mode, nor will you get any image inlining.
-Josh
-Actually I hadn't... I had read on a few other posts that some features were only working if they were manually enabled and I had read that doubling up wouldn't mess it up. I now have the pass through set and the core filters i wanted plus the one's we've discussed.
You might also consider transcoding images to webp: convert_jpeg_to_webp.
I wondered about this but had reservation about how it would effect google image search and all of the pinterest and other links people have made in the past.
2. Is there or will there be a CSS deferring filter?
Yes! Check out prioritize_critical_css and the blog post illustrating its benefits: http://googledevelopers.blogspot.com/2013/11/speeding-up-mobile-pages-with.htmlHave this running now but nothing seems to be stopping that nagging css render blocking warning from google pagespeed insights.
3. Pagespeed module seems to be changin the names of or delivering my images with different names. is there a way to ensure the original file name is delivered?
Yes, you can preserve the image URLs: https://developers.google.com/speed/pagespeed/module/config_filters#preserveurls. This has to be used with In-Place Resource Optimization: https://developers.google.com/speed/pagespeed/module/system#ipro.Note that you can't use sprite_images in this mode, nor will you get any image inlining.I had read that sprite images was not in effect yet so I sprited my background images manually. I was not using the inlining... But I guess now I won't.
again... thanks for the help.
You might also consider transcoding images to webp: convert_jpeg_to_webp.
I wondered about this but had reservation about how it would effect google image search and all of the pinterest and other links people have made in the past.I am not aware of a conflict between google image search and webp transcoding.. See https://support.google.com/webmasters/answer/1061943?hl=en which lists the user-agents used for crawling, and none of those should trigger webp transcoding.
2. Is there or will there be a CSS deferring filter?
Yes! Check out prioritize_critical_css and the blog post illustrating its benefits: http://googledevelopers.blogspot.com/2013/11/speeding-up-mobile-pages-with.htmlHave this running now but nothing seems to be stopping that nagging css render blocking warning from google pagespeed insights.I see that http://www.aboveallhouseplans.com/ is running mod_pagespeed 1.4 (stable). prioritize_critical_css was introduced after that release. If you can upgrade, please try our new 1.7 release. If not -- perhaps you are using shared hosting -- we will be marking 1.6 as the stable release soon and we'll try to get the hosters to upgrade to that.
I'm using Rackspace cloud server. And being a noob at this whole server admin thing I figured it would be best to stick to stable.-Josh
I wondered about this but had reservation about how it would effect google image search and all of the pinterest and other links people have made in the past.I am not aware of a conflict between google image search and webp transcoding.. See https://support.google.com/webmasters/answer/1061943?hl=en which lists the user-agents used for crawling, and none of those should trigger webp transcoding.
I wasn't worried that they couldn't find it, but that the current links to jpegs from pinterest or google image search would be lost or return broken.
I'm using Rackspace cloud server. And being a noob at this whole server admin thing I figured it would be best to stick to stable.2. Is there or will there be a CSS deferring filter?
Yes! Check out prioritize_critical_css and the blog post illustrating its benefits: http://googledevelopers.blogspot.com/2013/11/speeding-up-mobile-pages-with.htmlHave this running now but nothing seems to be stopping that nagging css render blocking warning from google pagespeed insights.I see that http://www.aboveallhouseplans.com/ is running mod_pagespeed 1.4 (stable). prioritize_critical_css was introduced after that release. If you can upgrade, please try our new 1.7 release. If not -- perhaps you are using shared hosting -- we will be marking 1.6 as the stable release soon and we'll try to get the hosters to upgrade to that.
What is the update procedure for Apache? I'm having a hard time finding it.
--To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/d8bdc3c1-1205-4dc0-9847-8b1281aa60db%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/c2f860c3-909c-468c-997b-e07c82ecee81%40googlegroups.com.
ModPagespeedInheritVHostConfig on
ModPagespeedRewriteLevel PassThrough
ModPagespeedEnableFilters insert_dns_prefetch
ModPagespeedEnableFilters add_head
ModPagespeedEnableFilters convert_meta_tags
ModPagespeedEnableFilters defer_javascript
#CSS Mods
ModPagespeedEnableFilters prioritize_critical_css
ModPagespeedEnableFilters rewrite_style_attributes
ModPagespeedEnableFilters rewrite_css,sprite_images
ModPagespeedEnableFilters move_css_to_head
ModPagespeedEnableFilters fallback_rewrite_css_urls
ModPagespeedEnableFilters flatten_css_imports
ModPagespeedEnableFilters inline_import_to_link
ModPagespeedEnableFilters inline_css
ModPagespeedEnableFilters rewrite_style_attributes_with_url
#Java Mods
ModPagespeedEnableFilters inline_javascript
ModPagespeedEnableFilters canonicalize_javascript_libraries
ModPagespeedEnableFilters rewrite_javascript
ModPagespeedEnableFilters combine_javascript
#Image Mods
ModPagespeedEnableFilters convert_jpeg_to_webp
ModPagespeedImagePreserveURLs on
ModPagespeedInPlaceResourceOptimization on
ModPagespeedEnableFilters insert_image_dimensions
ModPagespeedEnableFilters rewrite_images
#Cache
ModPagespeedEnableFilters extend_cache
Your page has 1 blocking CSS resources. This causes a delay in rendering your page.
--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/a394ce5f-4a4e-4fc2-b1c0-23b0df3b7c7e%40googlegroups.com.
It seems it comes from the developer of the system I'm using. A setting with in a tutorial he made to speed up the system. I'll turn it to public.
--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/28afc273-a4de-4f75-af1b-2bc59e122d45%40googlegroups.com.
Ok that fixed the Minify Java.
Still have a render blocking on CSS and still have the minify html suggestion.
--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/27a51a96-1a5f-4c6d-bc2b-7328d431b7d7%40googlegroups.com.