Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
sobrenome Posted August 21, 2014 Posted August 21, 2014 I have the extend_cache filter on. But mod_pagespeed is not setting max-age or expires to: ipb_common.css ips.quickpm.js ips.hovercard.js ips.board.js How to fix it?
sobrenome Posted August 25, 2014 Posted August 25, 2014 The answer is on template. I had to remove "?ipbv={$this->registry->output->antiCacheHash}" from includeCSS and includeJS.
Dmacleo Posted August 25, 2014 Posted August 25, 2014 doesn't that mess up the pop up notifications and similar?
ogbrandon Posted September 7, 2014 Posted September 7, 2014 Anyone else notice the "user_navigation" flicker on the mobile theme? What I did to fix this was remove the following block: <script type="text/javascript"> /* Prevent flash of header */ document.getElementById('user_navigation').style.display = 'none'; </script> And just inline: style='display:none' to the user_navigation div. This is bad for noscript users, but if you don't support them that shouldn't be a problem.
ASTRAPI Posted October 28, 2014 Posted October 28, 2014 Yes it is working but for invision you must exclude the already minified .js files :)
Makoto Posted October 30, 2014 Author Posted October 30, 2014 Yes, I've been utilizing PageSpeed on one of my production servers for over a year now I believe, no real issues. As Astrapi said it does seem to cause problems if you try and enable minification with IP.Board and PageSpeed at the same time. I recommended disabling this because you shouldn't really need to use both, but it seems that it is actually a requirement you use one or the other, I've tested this myself and found that trying to use both together does indeed cause issues.
RevengeFNF Posted January 1, 2015 Posted January 1, 2015 @kirito have you tried this settings with ips4 beta? They work fine?
sobrenome Posted February 18, 2015 Posted February 18, 2015 Waiting to see in IPS 4. I don't know if I am wrong, but RC1 does not combine CSS, js and has no CDN settings.
sasiko Posted July 24, 2015 Posted July 24, 2015 sorry for bumping an old thread. im currently using your following recommendation except defer_javascripti have trouble with the screenshots not loading, upload window that popup. whats the url to deny pagespeed to access those url?using ips 4.10.2also regarding location variables. the only place on nginx config i can add was nginx-info.conf and not on etc/nginx.conf so i hope thats ok?
sasiko Posted July 25, 2015 Posted July 25, 2015 found another issue on my end, pagespeed EnableFilters convert_jpeg_to_progressive; on my nginx config. doesnt seem to work for me. 0 images files are progressive jpegsUse Progressive JPEGs: 0/1000.0 KB of a possible 3,258.5 KB (0%) were from progressive JPEG images/forum/screenshots/thumb-3222529c8f925a36377120f752ee160a-cover.jpg/12f25ab5e6446839ffd7eaf6ea82e5a0-cover.jpg.pagespeed.ce.DiM0DCBXh6.jpg
sasiko Posted August 31, 2015 Posted August 31, 2015 forgot to mention if your website contains alot of images(example 1gb+) and you decide to use tmpfs with limited size from ur ram then 1gb pagespeed FileCacheSizeKb wont suffice and it will end up dropping existing cache file and continously rewrite and it will end up using ur storage device performance to max. In my case my hdd used 100% and caused site to not work properly. just add generous amount of filespace and u wont get this high server load as i did
111111111 Posted November 23, 2017 Posted November 23, 2017 Does this still work for ipb 4.2? Worth it?
ASTRAPI Posted November 23, 2017 Posted November 23, 2017 Yes it works with no problems but you may need to exclude some java files from minification if you see that it can cause some issues
AlexWebsites Posted November 17, 2018 Posted November 17, 2018 Same config for 4.3? is anyone using mod_pagespeed with 4.3 and can share their config?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.