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 2019/05/08 03:08:20 UTC

[GitHub] [incubator-pagespeed-mod] conandrum opened a new issue #1879: Love pagespeed - Need some help please.

conandrum opened a new issue #1879: Love pagespeed - Need some help please.
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1879
 
 
   Hi,
   
   **I need some help boosting my rating especially on mobile devices.**
   My website is running Opencart with Journal Theme. Journal has a performance optimization page and I enabled everything there including Minify HTML, Minify CSS, Minify JS.
   This brought the speed up to 43%mob/73%desk.
   This and enabling lazyloading of images basically did most of the improvement in speed to 
   63%mob/95%desk.
   
   I am on a VPS with Ubuntu 18.04, Apache version | 2.4.29, PHP versions | 7.2.18 and all updated.
   No NginX. Also no SSL yet and no domain yet. Just testing with plain IP address to see what kind of performance I can get out of a VPS of 2 GB 2 vCPUs 25 GB SSD.
   
   Could someone please take a look and see if I can do something to boost these numbers?
   view-source:http://134.209.247.233/?PageSpeedFilters=+debug
   Thanks in advance! 
   
   **My htaccess includes:**
   # 
   `# PAGE SPEED OPTIMIZATION
   <IfModule pagespeed_module>
    ModPageSpeed on
     ModPagespeedRewriteLevel CoreFilters
   
      #ADDITIONAL FILTERS
      ModPagespeedEnableFilters lazyload_images
      ModPagespeedEnableFilters remove_comments,collapse_whitespace,elide_attributes
   
      #ADDITIONAL FILTERS
      ModPagespeedEnableFilters outline_css,move_css_above_scripts,prioritize_critical_css
      ModPagespeedEnableFilters responsive_images,sprite_images
      ModPagespeedEnableFilters outline_javascript
      #ModPagespeedEnableFilters defer_javascript
      #ModPagespeedEnableFilters in_place_optimize_for_browser   
      #ModPagespeedEnableFilters make_google_analytics_async
   
   </IfModule> 
   ## END PAGE SPEED OPTIMIZATION`
   
   
   # 
   
   **pagespeed.conf includes:**
   # 
   `    <Location /pagespeed_admin>
           Order allow,deny
           Allow from localhost
           Allow from 127.0.0.1
           Allow from 123.123.123.123
           SetHandler pagespeed_admin
       </Location>
       <Location /pagespeed_global_admin>
           Order allow,deny
           Allow from localhost
           Allow from 127.0.0.1
           Allow from 123.123.123.123
           SetHandler pagespeed_global_admin
       </Location>
   
   
       # Enable logging of mod_pagespeed statistics, needed for the console.
       # ModPagespeedStatisticsLogging on
   
       # Page /mod_pagespeed_message lets you view the latest messages from
       # mod_pagespeed, regardless of log-level in your httpd.conf
       # ModPagespeedMessageBufferSize is the maximum number of bytes you would
       # like to dump to your /mod_pagespeed_message page at one time,
       # its default value is 100k bytes.
       # Set it to 0 if you want to disable this feature.
       ModPagespeedMessageBufferSize 100000
   
       #CUSTOM
       ModPagespeedStatisticsLogging on
   
       ModPagespeedEnableCachePurge on
       ModPagespeedPurgeMethod PURGE
   
       ModPagespeedFileCacheSizeKb 2048000
       ModPagespeedFileCacheCleanIntervalMs 3600000
       ModPagespeedFileCacheInodeLimit 500000
       ModPagespeedDefaultSharedMemoryCacheKB 50000
   
       ModPagespeedImageMaxRewritesAtOnce 20
   
       # LOAD FROM FILE
       ModPagespeedLoadFromFileMatch "^https?://134.209.247.233/" "/home/hallonpower/public_html/"
       ModPagespeedLoadFromFileRuleMatch disallow .*
       ModPagespeedLoadFromFileRuleMatch allow \.css$
       ModPagespeedLoadFromFileRuleMatch allow \.css\.$
       ModPagespeedLoadFromFileRuleMatch allow \.jpe?g$
       ModPagespeedLoadFromFileRuleMatch allow \.png$
       ModPagespeedLoadFromFileRuleMatch allow \.gif$
       ModPagespeedLoadFromFileRuleMatch allow \.js$
       ModPagespeedLoadFromFileRuleMatch allow \.svg$
   
       ModPagespeedDisallow "*/admin/*"
   
       #GOOGLE FONTS CSS INLINE
       # ModPagespeedDomain fonts.googleapis.com
       # ModPagespeedFetchHttps enable
       # ModPagespeedGoogleFontCssInlineMaxBytes 15000
       # ModPagespeedEnableFilters inline_google_font_css
   
   </IfModule>
   `

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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