Questions tagged [varnish]
The varnish tag has no summary.
16 questions
0 votes
1 answer
701 views
dynamic page not displaying correctly when Varnish hosting ignores query string parameters
I have a WP site with managed hosting that uses Varnish. I have a landing page that displays the appropriate images based on a couple arguments passed through the query string. So for example, ...
0 votes
1 answer
316 views
Wordpress mobile version is not responsive anymore after installing varnish
# Default backend definition. Set this to point to your content server. backend default { .host = "127.0.0.1"; .port = "8080"; } sub vcl_recv { # Set the X-Forwarded-For header so the ...
0 votes
2 answers
669 views
Why does WP HTTP API switch the method (POST/PURGE) to GET when redirecting (302)?
I discovered after much painful debugging that requests to the the WP HTTP API (in this case, though wp_remote_request()) always ended up as GET method after being redirected, even if the method was ...
0 votes
0 answers
58 views
Wordpress varnish pages printed twice
We have installed varnish on our server today to speed up our webshop. And it is very effective. We use W3 Total Cache configured with MaxCDN and Redis to manage the cache in WordPress. But some pages ...
1 vote
0 answers
398 views
Wordpress + SSL + Varnish + Pound
Hello Im try install a SSL certificate with Pound and Varnish for a Wordpress site. The Proxy is an independent server, and has been running fine (few years) with varnish. I've used pound and this ...
0 votes
1 answer
299 views
Popular posts with Varnish ESI
I am trying to get Varnish ESI to work with displaying the most viewed posts on a new blog I am working on. Here is my current script; In theme file: <esi:remove> <?php get_template_part( '...
2 votes
2 answers
604 views
Varnish with Wordpress
I have moved my Wordpress site (a small blog) onto a hosting platform with Varnish at its front. Varnish, rightly, won't cache when cookies exist. It looks like Wordpress starts the session, even if ...
0 votes
1 answer
222 views
Varnish + Nginx for Wordpress is Good?
i m instaling my new server and trying make some good environment for my wordpress so i wanna know if installing Varnish + Nginx is good idea and will speed up my wordpress website or there is other ...
12 votes
2 answers
26k views
Prevent Wordpress from sending Cache-control http header
My site sits on a server that uses Varnish as a (powerful) caching engine. Unfortunately, it seems wordpress is busting the Varnish cache by sending a cache-control http header. If I curl -I domain....
2 votes
2 answers
2k views
Separating HTTP and HTTPS content with WordPress, Varnish, and an SSL terminator?
Background: I host a WordPress site with a hosting company that places a combined Varnish server + SSL terminator system upstream of my web server. The WordPress site runs on Apache and is accessible ...
-1 votes
3 answers
14k views
Why would changing ports from 80 to 8080 cause wordpress to act unexpectedly?
I am trying to setup Varnish, which requires Apache to listen on another port that's not 80, so I chose 8080. However, Wordpress is working very unexpectedly. The index page shows, but it's broken, ...
5 votes
1 answer
2k views
Nginx + WordPress + HHVM: Why isn't Batcache working? Would Varnish help even more?
I've heard great things about HHVM, so I've setup a copy of WordPress blog (on another domain) with Nginx (with the Pagespeed module) and HHVM. Right now the benefits are obvious: on the same config, ...
1 vote
1 answer
952 views
Large Woocommerce Site (83,000 items), What Can I Do? [closed]
So I have a really large woocommerce site (partsboss.co) that has around 83,000 items. It's on VPS hosting with digitalocean, and things were running super fast until around 50,000 items. Now the ...
0 votes
2 answers
1k views
WordPress on Nginx - Missing admin/toolbar
Hi I've been trying to figure this out for quite some time now, but whatever I do nothing seem to work. I have a VPS setup running Nginx + Varnish with WordPress multisite. Everything works fine ...
-2 votes
1 answer
1k views
How can I use Varnish Edge Side includes for a sidebar?
I've read this post here but am unsure where to start. https://www.varnish-cache.org/trac/wiki/ESIfeatures Edit for clarification: I do want to use Full page caching but once we cache say the article ...