Guides

Using other caching plugins with Velumi Cache

If you use plugins or themes for eg file minification and merging, LazyLoad, CDN, cache preloading and database optimization. But you want Velumi Cache activated (Recommended), here is a guide on how to make it…

5 easy steps to a local development environment for WordPress with Docker

1. Install Docker Docker is an open platform for developing, delivering and running applications in so-called “containers”. With Docker installed on your computer, you do not need to set up a Virtual Server to run…

How to setup NGINX fastcgi cache with WordPress

Nginx includes a FastCGI module that has directives for caching dynamic content served from WordPress. Setting this removes the need for additional solutions for page cachings such as Varnish or WordPress plugins. Content can also…

gyp: No Xcode or CLT version detected on macOS – Fix

ERR! gyp: No Xcode or CLT version detected! If you recently updated your macOS and started to get this error when running yarn or npm, this is the guid to help you solve this problem….

VS Code get permission denied (publickey) – Mac

Do you get this error when trying to push or pull in the built-in VS Code Git Manager on Mac OS (High Sierra or other versions)? There an easy solution to this problem, you need…

Styling Contact form 7 with tailwind & sass

It’s often nice to find a post where you can just copy paste the code and continue. That is the purpose of this post. What Is Tailwind? Tailwind is more than a CSS framework, it’s…

Mailhog, debugging mail in local environment with Docker.

One big annoying part of developing eg. e-mail scripts, forms and order confirmations, is debugging the emails itself. You often just put in our own email and fill your own inbox with spam and numerous…

Generate SSH Key on Linux, macOS and Windows

This is a quick guide on how to generate an SSH key in Linux, macOS and Windows. Creating an SSH key on Linux & macOS Check for existing keys Open the terminal an run the…