[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375740670
 
 
   

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375740449
 
 
--CSS rewrite failed: Cannot improve 
https://domain.com/combined.css.pagespeed.cc.5RudvXaQ3Y.css -->
   Can you advise me how to fix this error, please?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375740449
 
 
--CSS rewrite failed: Cannot improve 
https://domain.com/combined.css.pagespeed.cc.5RudvXaQ3Y.css-->
   Can you advise me how to fix this error, please?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375740670
 
 
   

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375740449
 
 
   

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-21 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374886000
 
 
   if pagespeed FileCacheCleanIntervalMs -1; then cache size and inode limit 
are ignored, so it's unlimited
   
   "Starting in version 1.12.34.1, it is possible to disable cache cleaning 
entirely, making PageSpeed ignore the limits set by FileCacheSizeKb and 
FileCacheInodeLimit. To do this, set FileCacheCleanIntervalMs to -1:"


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-20 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374692722
 
 
   We don't get any error in debug mode, our problem is that url gets optimized 
then after some tests it shows unoptimized version then again optimized. To 
explain more clearly, from 10 tests 1-2 it shows unoptimized, but we need 100% 
stable result. Even 1-2 "fails" are unacceptable for us.
   Is that possible or not?
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-20 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374551590
 
 
   Hi,
   Next line of "pagespeed FetchHttps" is the continuation of it and ends with 
";"
   I have removed all filters except prioritize_critical_css, and situation is 
the same..
   All our static resources have 14 day expirity date, and to be sure I've 
added this option as well
   pagespeed ImplicitCacheTtlMs 69120;
   
   Any ideas?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-19 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374119692
 
 
   Hi, thank you for your response.
   
   Now my problem is this:
   When I test my site with google tools 
(https://developers.google.com/speed/pagespeed/insights/), sometimes I get 
optimized version, sometimes not. Such impression that sometimes it ignores 
it's cache and starts to optimize from scratch.
   
   My Pagespeed configs are:
   pagespeed on;
   pagespeed FileCachePath "/var/cache/ngx_pagespeed/";
   pagespeed CreateSharedMemoryMetadataCache "/var/cache/ngx_pagespeed/" 262144;
   pagespeed FileCacheCleanIntervalMs  -1;
   pagespeed LRUCacheKbPerProcess  16384;
   pagespeed LRUCacheByteLimit 32768;
   pagespeed RewriteLevel PassThrough;
   pagespeed NumRewriteThreads 20;
   pagespeed NumExpensiveRewriteThreads 20;
   
   pagespeed RewriteDeadlinePerFlushMs 1;
   pagespeed FetchHttps 
enable,allow_self_signed,allow_unknown_certificate_authority,allow_certificate_not_yet_valid;
   pagespeed InPlaceResourceOptimization on;
   pagespeed InPlaceRewriteDeadlineMs 1;
   pagespeed RateLimitBackgroundFetches off;
   pagespeed CssInlineMaxBytes 32768;
   pagespeed MaxCombinedJsBytes 1048576;
   pagespeed InPlaceSMaxAgeSec 10;
   
   pagespeed EnableFilters in_place_optimize_for_browser;
   pagespeed EnableFilters prioritize_critical_css,combine_css;
   pagespeed EnableFilters combine_javascript;


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-12 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-372405412
 
 
   hi,
   what does this error mean?
   I see this in debug mode.
   "combine_css: Could not combine over barrier: flush"


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-08 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-371453637
 
 
   hi, thank you for your respnse.
   
   Now I've turned off cloudflare at all, and still have some problems.
   1) For the same filters we have different results for different pages.
   2) For the same page sometimes we get optimized version sometimes not
   3) Page load time increased significantly (from 1.5s to 5-6s)
   
   So,how to get stable outcome from this module?
   
   pagespeed configurations are:
   --
   pagespeed on;
   pagespeed FileCachePath "/var/cache/ngx_pagespeed/";
   pagespeed Statistics on;
   pagespeed EnableCachePurge on;
   pagespeed RewriteLevel CoreFilters;
   pagespeed FileCacheSizeKb5242880;
   pagespeed FileCacheCleanIntervalMs   60480;
   pagespeed FileCacheInodeLimit5;
   
   pagespeed EnableFilters 
prioritize_critical_css,defer_javascript,sprite_images,convert_png_to_jpeg,convert_jpeg_to_webp,collapse_whitespace,remove_comments;
   ---


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-05 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-370375896
 
 
   We have enabled pagespeed core filters and "prioritize_critical_css" filter. 
We are using CDN service by Cloudflare. It seems that some filters does not 
work with Cloudflare (caching on) especially. 
   Is there any solution we can implement to make it work? our website is 
https://www.ifcmarkets.com


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services