• Resolved alligatorBlackHat

    (@mr420)


    GRADE SUGGESTION
    F0 Make fewer HTTP requests
    F0 Use cookie-free domains
    F0 Add Expires headers
    F23 Compress components with gzip

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    1. Make fewer HTTP requests:
    For this, you need to combine external JS and CSS into one. For this, it’s best to use manual minify and add the JS and CSS files manually using Async.

    2. Use cookie-free domains:
    If you have WordPress setup on https://www.domain.com, then all your static files (images, CSS, js) are served along with cookies set on the domain.
    The basic solution is the create a subdomain of your main domain (or register a whole new domain just for it) and serve your static files from that domain.
    If you are using any CDN they can help you with this

    3. Add Expires headers:
    Go to Performance>Browser Cache and select Set expires header. Also, select Set expires header in every sub-box.

    4. Compress components with gzip:
    Also in Performance>Browser Cache select Enable HTTP (gzip) compression

Viewing 1 replies (of 1 total)
  • The topic ‘How to solve using w3 cache’ is closed to new replies.