changedetection.io – be aware of potentially heavy traffic with selenium webdriver

selenium web driver

changedetection.io with selenium webdriver is a very powerful tool to monitor for website changes. Just wanted to share a warning for other who are potentially not aware of the mighty traffic this great tool can generate with even a handful of urls. Why use changedetection.io with selenium webdriver selenium webdriver Couple days ago I had … Read more

Safari on both macOS and iOS – link font preload with crossorigin=”anonymous” not working loading from the same domain

I recently had an issue where fonts loaded via link HTML element with crossorigin=”anonymous” attribute would mysteriously not load but only in safari (both ios and macOS). Firefox and Chrome on Linux desktop and android mobile were handling the same code without an issue. For the purpose of this post – the domain in question: … Read more

Mezzio php framework – setting up with php-fpm and nginx reverse proxy (with docker containers and docker compose)

This article is about mezzio+php-fpm, if you are looking for mezzio+swoole -> see this post here. There are many reasons why you may want to use nginx reverse proxy in front of your application – (such as mezzio php framework with php-fpm). Reasons to use nginx with your php-fpm applications: efficient serving of static assets … Read more

Mezzio php framework – using swoole/openswoole with nginx reverse proxy (with docker containers and docker compose)

There are many reasons why you may want to use reverse proxy in front of your application – (such as mezzio php framework with swoole/openswoole). Reasons to use nginx with your php+swoole/openswoole applications: efficient serving of static assets – while swoole will serve it very efficiently, but it will never beat raw compiled performance of … Read more

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