Today I have been playing around with Varnish, SSL and SPDY in relation to WordPress hosting. Now, one thing that I noticed was that several images were using the http protocol instead of https – which seemed to be caused by wp_get_attachment_url.
Luckily we can use the WordPress filters to fix this issue pretty easily, as shown in the gist below. This will simply replace the http:// in the URL with https:// if SSL is being used.
Apparently this has been an issue for quite some time, but still hasn’t been fixed in WordPress.
Hi, and thanks for checking out my site! I'm Thomas, I work as a web developer and live in Norway just outside of Oslo. If you meet me in person you will quickly find me talking about one of 3 things – technology, sustainability and creativity. If I'm getting really…
Electric power companies, in general, are pretty much the same. Tibber however, is unlike any electricity company I had seen before. They try to utilise the data we get from smart devices, which they also sell, to save electricity, money and the environment, as well as improving comfort. It’s a…
Last night Digital Ocean launched Managed Databases, a service I have been looking forward to. For now it's only available for PostgreSQL (which I hardly ever use) but MySQL support is just around the corner. I've taken a look at what the service offers and here are some of my…