Latest Posts

How to purge Cache from your Cloudflare CDN

If you need to clear your Cloudflare CDN cache, you can clear it for a domain/site. To clear your cache 1. Log in to your account at https://dash.cloudflare.com. 2. Click the…

Fix WordPress Issue “Sorry, this file type is not permitted for security reasons.” (eg: fonts)

Sometimes in WordPress site you try to upload file and got the error message “Sorry, this file type is not permitted for security reasons.” as shown in the following screenshots which results in not allowing you to upload that file. This happens because by default WordPress allows users to upload only any of the following […]

Identifying Bottleneck Plugins

During the last few months I had a number of customers report that their WordPress backend was running slow. This seemed to be very annoying, with some requests taking well…

WP-CLI Starter guide – Managing WordPress From the Terminal

For most of its life, WordPress has been built using a simple code-base with a dash of object-oriented PHP being the most abstract system. In the past few years, however, this is changing for the better. From unit testing to CSS preprocessing and command line tools, more and more developer-friendly assets are popping up. In […]

How to Fix Error Establishing a Database Connection

Have you ever experienced the error establishing a database connection error? If it’s a yes, I’m hoping you will be able to decode this error by the time you finish reading this post. Seeing “error establishing a database connection” error message on the screen can be a biggest headaches for any webmaster. Well, not anymore! […]