Viewing 6 replies - 16 through 21 (of 21 total)
  • Sa?a

    (@stodorovic)

    Other possible workaround is to you disable compression in WPSC settings (WPSC Settings → Advanced → uncheck “Compress pages so they’re served more quickly to visitors.”).

    After this you could enable zlib compression on your server:

    • Set zlib.output_compression to On in php.ini and confirm it in PHP configuration
    • Make sure that directives AddOutputFilterByType DEFLATE … are added in .htaccess file

    You can use web version of cURL for testing – https://tools.keycdn.com/curl

    Thread Starter mawebdesignuk

    (@mawebdesignuk)

    Hey

    Ok will take a look

    • This reply was modified 5 years, 8 months ago by mawebdesignuk.
    Thread Starter mawebdesignuk

    (@mawebdesignuk)

    Hey

    We did this:

    we disabled compression in WPSC settings “Compress pages so they’re served more quickly to visitors.”)

    And it fixed the issue!

    Thanks

    Thread Starter mawebdesignuk

    (@mawebdesignuk)

    Hi

    Still got the sitemap issue with a blank page tho.

    Speak soon

    Thread Starter mawebdesignuk

    (@mawebdesignuk)

    Hi

    Will this code below help see my sitemap again:

    <IfModule pagespeed_module>
    ModPagespeed off
    </IfModule>

    Please confirm, really need this sitemap fixing?

    Thank you

    Thread Starter mawebdesignuk

    (@mawebdesignuk)

    Hi

    You can close this ticket now, we had to install another sitemap plugin.

    Thank you

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Sitemap blank’ is closed to new replies.