You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2018/08/05 12:04:38 UTC

[GitHub] Graymanflo opened a new issue #1584: Pagespeed increases page size with no filters?

Graymanflo opened a new issue #1584: Pagespeed increases page size with no filters?
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1584
 
 
   Good afternoon!
   
   I am trying to use pagespeed with latest Nginx build (1.15.2), although as it turns out when I enable pagespeed the pagesize increases significantly to 32kb from 9kb with no filters:
   
   nginx.conf
   `
   pagespeed on;
   pagespeed RewriteLevel PassThrough;
   pagespeed FileCachePath /var/ngx_pagespeed_cache;
   `
   
   Results with pagespeed **enabled**:
   ![pagespeed on;](https://i.imgur.com/3XPvb88.png)
   
   Results with pagespeed **disabled**:
   ![pagespeed off;](https://i.imgur.com/ezNfJX6.png)
   
   I disable cache in both tests and each time I get identical results, why is this happening?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services