• Resolved rdsouza

    (@rdsouza)


    Hi,

    Hummingbird Performance Test/PageSpeed/GTMetrix give the below error

    Compressing text-based resources such as HTML, CSS, and JavaScript with GZIP shrinks your files, make your site faster, and improve your pages load score

    Hummingbird -> Gzip Compression
    The following is shown:

    GZip compression is already running smoothly on your site. Your hosting has automatically pre-configured GZip compression for you and no further actions are required.

    HTML, JSJavaScript, CSS are all active

    .htaaccess
    The following is added

    # BEGIN WP-HUMMINGBIRD-CACHING
    # The directives (lines) between "BEGIN WP-HUMMINGBIRD-CACHING" and "END WP-HUMMINGBIRD-CACHING" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault A0
    
    <FilesMatch "\.(txt|xml|js)$">
    ExpiresDefault A31536000
    </FilesMatch>
    
    <FilesMatch "\.(css)$">
    ExpiresDefault A31536000
    </FilesMatch>
    
    <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|woff2|svg)$">
    ExpiresDefault A31536000
    </FilesMatch>
    
    <FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$">
    ExpiresDefault A31536000
    </FilesMatch>
    </IfModule>
    
    <IfModule mod_headers.c>
      <FilesMatch "\.(txt|xml|js)$">
       Header set Cache-Control "max-age=31536000"
      </FilesMatch>
    
      <FilesMatch "\.(css)$">
       Header set Cache-Control "max-age=31536000"
      </FilesMatch>
    
      <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|woff2|svg)$">
       Header set Cache-Control "max-age=31536000"
      </FilesMatch>
    
      <FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$">
       Header set Cache-Control "max-age=31536000"
      </FilesMatch>
    </IfModule>
    # END WP-HUMMINGBIRD-CACHING

    Please advise. Thank you.

    • This topic was modified 3 years, 9 months ago by rdsouza.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @rdsouza,

    If I understood your query, on Hummingbird side its shows up Gzip is enabled but in GTMetrix and Google Page Speed side Gzip isn’t detected?

    Could you please double-check by clicking the “Re-check status” to ensure Gzip is picked or not? You should find the button as shown in the following screenshot under Hummingbird > Gzip Compression page

    Screenshot at 16:26:04.png

    If even after re-checking it still picks GZip is active, then please do clear the cache in Hummingbird and also double-check whether you have any server cache enabled by your hosting provider, if enabled, please do clear the cache and re-run a new page speed scan to see whether you still face the same or not.

    If you still face the same issue even after that then a URL to the website would be helpful for us to have a better idea regarding what might be causing it.

    Looking forward to your response.

    Kind Regards,
    Nithin

    Thread Starter rdsouza

    (@rdsouza)

    Hi,

    Yes, I am trying to understand if any setting is missed as there is no clear error to say Gzip is not active. I run a Performace test and get https://imgur.com/a/lXHLum2

    I can see below under Page Caching
    https://imgur.com/a/qdoh4ku

    I cleared cached and click on Rec-check status and please see below
    https://imgur.com/d1DOjd6

    Still same issues

    How can I send URL of the website? Do you have a support email I can reach out to?

    Thank you

    • This reply was modified 3 years, 9 months ago by rdsouza.
    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @rdsouza

    If you would like to send the link as private.

    Could you please send me an email to [email protected] using this template:

    Subject: “Attn: Patrick Freitas”

    Message: link back to this thread for reference: https://www.ads-software.com/support/topic/enable-text-compression-2

    Best Regards
    Patrick Freitas

    Thread Starter rdsouza

    (@rdsouza)

    Thank you, I have emailed you.

    Thread Starter rdsouza

    (@rdsouza)

    Awesome support, Thank you.

    The notification is green now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Enable text compression’ is closed to new replies.