WordPress customizer not working – check timezone

Just had a weird issue with my docker containerized wordpress install I use for one of the sites. When clicking on any customize options it would keep showing me this message over and over again without letting me use customizer: Your scheduled changes just published Nothing in the logs. I’ve checked my varnish, checked nginx … Read more

WordPress Varnish caching

Varnish is a very common caching tool many wordpress blogs (but certainly not limited to just wordpress) utilize to speed up content delivery. Here’s a very basic example on how to set it up: Where bytepursuits-wp in above example is the hostname of my wordpress server. In example above I use docker-compose and as we … Read more