• Resolved jameih

    (@jameih)


    Hi Hummingbird Support Team,

    I’ve been using Hummingbird since the beginning of my website, and I’m really satisfied with it,

    Now that I’m getting lots of visitors (and I have thousands of posts) and this is impacting my CPU quite good,

    I switched to NGINX recently and it is going so great, however I wanted to know if I can setup NGINX cache as well, and I came across a good topic I can setup NGINX Cache quite easy with my WordPress Plugin Cache:

    https://spinupwp.com/wordpress-page-cache-plugins-nginx/

    The article tells us how we can setup NGINX Cache to directly serve WordPress Plugins Cache through NGINX without hitting PHP and this is great,

    The article shows some example for WP-Rocket and WP 3 Super Cache, and the procedure is straight forward, quite easy,

    I wanted to know if I can do the same for Hummingbird Cache? I do really need this one and it would benefit me enormous, could you please check it out and let me know?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @jameih,

    The FastCGI cache at the server end should work fine with Hummingbird Page Caching, you can check with your hosting provider if they can help enable Fast CGI.

    I am not sure how the mentioned plugin works and if it’s compatible with Hummingbird Page Caching. The file path where the Hummingbird Page Caching files are stored is:

    /wp-content/wphb-cache/cache/

    You can try the following rule, I hope that helps.

    location / {
        try_files "/wp-content/wphb-cache/cache/$http_host/$request_uri/index.html" $uri $uri/ /index.php?$args;
    }

    Feel free to get back to us if you need any further assistance.

    Kind Regards,
    Nebu John

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @jameih ,

    We haven’t heard from you for several days now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if required.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nginx Cache + HummingBird Cache’ is closed to new replies.