Viewing 5 replies - 1 through 5 (of 5 total)
  • The ZenCache devs have discussed this for quite a while, but I think they are wary because different server setups require different configurations.

    Are you running Apache, nginx, or something else?

    Thread Starter degraauw

    (@degraauw)

    Hello,

    Thanks for your reply. I however am uncertain what you mean exactly. If your question is what type of server my sites or hosted on, it is cached ssd hosting.

    What can be done to fix the problem?

    R

    SSD describes the hardware you’re using. What I’m asking is the type of server software. You need to ask your host, because what you want to know depends on knowing this.

    (The fact you don’t know illustrates the problem that the devs face in making sure that the inclusion of this capability works without a hitch.)

    Thread Starter degraauw

    (@degraauw)

    On my logged in host page I see a folder Apache handlers, so I guess it should be Apache…

    In that case, I suggest adding the following to the bottom of your .htaccess file (which is in your site’s root folder):

    # Browser Caching
    FileETag MTime Size
    
    <IfModule expires_module>
        ExpiresActive on
        ExpiresDefault "access plus 1 week"
    </IfModule>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Google PageSpeed Insights’ is closed to new replies.