By bridgette Patrov on Thursday, 17 November 2016
Posted in General
Replies 7
Likes 0
Views 254
Votes 0
So Goggle tells me to:
Eliminate render-blocking JavaScript and CSS in above-the-fold content


Then it shows a list of js scripts

Next I'm told to
Optimize CSS Delivery


And a bunch more scripts (mostly ES template stuff) are listed.

Ok - I am happy to go and do that. I'd do it immediately except...

I have no idea how! I follow the detailed info links and get garbage details. *sigh*

Seems even Google can't write docs a normal person can understand. LOL

thanks for any push in the right direction,

Bridgette
May i know how to you get these report from your site?

Is it you get it from Google PageSpeed Tools?

If yes, perhaps you can provide us with your Joomla backend and FTP access so I can better have a check.
·
Friday, 18 November 2016 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Yes. This is from Google's pagespeed test.

Not giving backend access but please let me know what you would look at, and I will do so. Thank you!

Bridgette
·
Friday, 18 November 2016 22:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Pagespeed is not entirely accurate and I dislike their algorithm because it gives a lot of false impression that your site is slow. The best way to get better results from Pagespeed is to install mod_pagespeed for your web server and enable pagespeed to compress scripts and css on your site.
·
Saturday, 19 November 2016 00:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Ahh! Mark you are an angel. I did just install mod_pagespeed for Apache 2.4 (so had to do the .so patches bit because mod_pagespeed isn't happy with Apache 2.4 otherwise -- some trivia for anyone else considering installing it)

I have zero idea what to do now that it is installed. I know I have to go edit my config file. I know where it is and am ready to do it -- but what settings work best for ES 2.0? Any hints?

thanks,

Bridgette
·
Saturday, 19 November 2016 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bridgette,

Most of them are pretty standard as activating pagespeed itself already helps speed things up but this is the part which we used on most of our sites,

[gist]
ModPagespeedEnableFilters rewrite_javascript,rewrite_css
ModPagespeedEnableFilters collapse_whitespace,elide_attributes
ModPagespeedEnableFilters move_css_to_head,move_css_above_scripts
ModPagespeedEnableFilters remove_comments,collapse_whitespace
ModPagespeedEnableFilters combine_javascript,convert_jpeg_to_webp
ModPagespeedEnableFilters make_google_analytics_async
ModPagespeedEnableFilters rewrite_images,recompress_images,extend_cache_images,sprite_images
ModPagespeedEnableFilters lazyload_images
ModPagespeedCriticalImagesBeaconEnabled false
[/gist]

However, I would suggest that you run some trial / errors before blindly applying this on a live site as it may affect your site.
·
Saturday, 19 November 2016 16:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much. I will try these and run some tests to adjust as needed.

I really appreciate this as it gives me a starting point!

Bridgette
·
Saturday, 19 November 2016 19:21
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Sunday, 20 November 2016 03:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post