marklcfc Posted January 4, 2017 Posted January 4, 2017 A few months ago I tried out pagespeed but swiftly turned it off as I received the following error when viewing a topic. Does anyone know the cause of this? The requested URL /forums/uploads/monthly_2016_08/x57c4027e2dfcc_CDTyRuUWgAAMIYR_jpglarge.thumb_5eb8004b1b0ed228d7bbbe34c81cc6a3.f14d68dd22c754681c55bfd49cb09fea.pagespeed.ic.zL7bjiTkv5.webp was not found on this server. error.
Adlago Posted January 4, 2017 Posted January 4, 2017 See this https://developers.google.com/speed/pagespeed/service/Deprecation
Adlago Posted January 5, 2017 Posted January 5, 2017 20 hours ago, marklcfc said: Sorry I meant mod_pagespeed Quote from the same site: "I am getting 404s for rewritten resources (like example.png.pagespeed.ic.LxXAhtOwRv.png) or for the mod_pagespeed_admin console The most common reason that the rewritten resources 404 is because of mod_rewrite RewriteCond rules. For example: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ /404 [L,R=301] This rule causes 404 for all requests which don't exist on the filesystem, including mod_pagespeed rewritten resources and the mod_pagespeed admin console. In order to fix this you must add an exception for mod_pagespeed URLs: RewriteCond %{REQUEST_URI} !pagespeed This will allow rewritten resources, the admin console and static resources necessary for some filters."
marklcfc Posted January 5, 2017 Author Posted January 5, 2017 @Adlago should I still have mod_deflate.c and mod_expires.c in my htaccess with pagespeed active? Does pagespeed do similar?
Adlago Posted January 5, 2017 Posted January 5, 2017 I don't use mod_pagespeed, but if this is true: "mod_pagespeed is built on PageSpeed Optimization Libraries, deployed across 100,000+ web-sites, and provided by popular hosting and CDN providers such as DreamHost, GoDaddy, EdgeCast, and others. There are 40+ available optimizations filters, which include: - Image optimization, compression, and resizing - CSS & JavaScript concatenation, minification, and inlining - Cache extension, domain sharding, and domain rewriting - Deferred loading of JavaScript and image resources and many others..." should not use mod_deflate.c. I personally would not use mod_pagespeed. I look at this mod with great skepticism.
marklcfc Posted January 9, 2017 Author Posted January 9, 2017 On 1/5/2017 at 10:42 PM, Adlago said: I personally would not use mod_pagespeed. I look at this mod with great skepticism. What would you use instead of it in the aim to speed up loading times?
Adlago Posted January 9, 2017 Posted January 9, 2017 54 minutes ago, marklcfc said: What would you use instead of it in the aim to speed up loading times? I use only htaccess. I don't use external resources. Your site is slower than many redirects and dns lookups
marklcfc Posted January 9, 2017 Author Posted January 9, 2017 Those are just the advertisements. In my browser when I view the site in a user group that sees no adverts, the speed is more or less the same and not noticeably faster which some other forums tend to be. My main issue is it is so much slower/sluggish when logged in - so can't be an issue with the adverts here as logged in members see less.
Adlago Posted January 9, 2017 Posted January 9, 2017 See how many errors your site loads in a browser
marklcfc Posted January 9, 2017 Author Posted January 9, 2017 What would cause all those background errors?
Adlago Posted January 9, 2017 Posted January 9, 2017 Any errors slow down the site. Decision magician with a stick no.
marklcfc Posted January 9, 2017 Author Posted January 9, 2017 Fair enough, speed is fine when viewing as a guest though which suggests it's not just down to the above errors.
Adlago Posted January 9, 2017 Posted January 9, 2017 Any errors in your site you can see in this report https://www.dareboost.com/en/report/58739bf00cf21ca1b6954ffe
marklcfc Posted January 9, 2017 Author Posted January 9, 2017 1 hour ago, Adlago said: Any errors in your site you can see in this report https://www.dareboost.com/en/report/58739bf00cf21ca1b6954ffe Any tips?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.