Images not identified as required minification though are huge

31 views
Skip to first unread message

mick...@kikuta2008.com

unread,
Nov 6, 2016, 5:56:48 AM11/6/16
to mod-pagespeed-discuss
Hi,

We're running mps 1.11.33.4-0 and there were several images that were not identified as requiring minification even though they are extremely big. Note that most images are minified.

Can you please try to download it and see if it's minified on your test servers?

Your help would be greatly appreciated!
Thanks,
Mickey.

Link to image: http://d29jd5m3t61t9.cloudfront.net/artifactcollectors.com/images/fbfiles/images/PB051355.JPG

Html with debug on:
<img class="posted_image" src="http://d29jd5m3t61t9.cloudfront.net/artifactcollectors.com/images/fbfiles/images/PB051355.JPG"><!--The image was not inlined because you have chosen to only inline the critical images but this image is not critical.-->

Diff conf:
$ diff /etc/httpd/conf.d/pagespeed.conf /vendors/etc/httpd/conf.d/pagespeed.conf
45c45
< ModPagespeedFileCachePath "/var/cache/***/mod_pagespeed/"
---
> ModPagespeedFileCachePath "/var/cache/mod_pagespeed/"
81c81
<
---
>
89,103c89
< ModPagespeedEnableFilters collapse_whitespace,elide_attributes,trim_urls
< ModPagespeedEnableFilters resize_rendered_image_dimensions
< ModPagespeedEnableFilters remove_quotes,remove_comments
< ModPagespeedEnableFilters insert_dns_prefetch
< ModPagespeedEnableFilters dedup_inlined_images
< ModPagespeedEnableFilters defer_javascript
< #ModPagespeedEnableFilters debug
<
< # A hack disabling cache compression for resolving ERR_CONTENT_DECODING_FAILED
< # https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/mod-pagespeed-discuss/Mgm6ZbAeJms/C5EpA5mVBwAJ
< ModPagespeedHttpCacheCompressionLevel 0
<
< # disable pagespeed on tinymce, specifically important for defer js
< ModPagespeedDisallow *tiny_mce*
< ModPagespeedDisallow */com_mojo/wp-admin/*.php*
---
> # ModPagespeedEnableFilters collapse_whitespace,elide_attributes
131,134c117
< ModPagespeedDomain d29jd5m3t61t9.cloudfront.net
< ModPagespeedDomain decg5lu73tfmh.cloudfront.net
< ModPagespeedDomain dlgdxii3fgupk.cloudfront.net
<
---
> # ModPagespeedDomain cdn.myhost.com
161,164c144,145
< # Max int
< ModPagespeedFileCacheSizeKb 2147483647
< # Once in 20 years
< ModPagespeedFileCacheCleanIntervalMs 630720000000
---
> # ModPagespeedFileCacheSizeKb 102400
> # ModPagespeedFileCacheCleanIntervalMs 3600000
179c160
< ModPagespeedFileCacheInodeLimit 0
---
> ModPagespeedFileCacheInodeLimit 500000


Reply all
Reply to author
Forward
0 new messages