PHP 7.2

PHP 7.2 will go end of life on 30 Nov 2020

PHP 7.2 goes end of life (EOL) on the 30th November 2020 meaning known security flaws will no longer be fixed and sites are exposed to significant security vulnerabilities. It is important to update them to a newer version. We would recommend updating to either: 7.3 supported until 06 December 2021 7.4 supported until 28 […]

A short guide to MySQL database optimization

MySQL is a very popular open source database, but many install it and forget about it. Spending a little time on MySQL database optimization can reap huge returns … In this article, I want to show you a couple of the first places you should head, when you need to pinpoint bottlenecks or tweak the […]

Removing support for TLS 1.0 and TLS 1.1

TL;DR For security reasons, it is best practice to disable TLS 1.0 and TLS 1.1, but before you do this you may need to weigh up the risks to traffic from old browsers. After disabling TLS 1.0 and TLS 1.1 any visitors using old browsers won’t be able to access your site.  If you are […]

Warning sign - Outages

Common warning signs before server outages

Everyone knows that server outages and server down time cost. It directly affects your business in a number of ways including: Loss of opportunities Damage to your brand Data loss Lost sales Lost trust It’s essential to stay on top and ahead of any potential downtime. Here are three areas where you need to be […]

Open sign

Open for Business during COVID-19

There has been a lot of noise regarding the current coronavirus outbreak and I’ve been trying hard not to add to the volume.  That said, we’ve had a number of customers come to us this week asking what we were doing and what has changed so I wanted to address that… Dogsbody Technology are open […]

Exploring character encoding types

Morse code was first used to transfer information in the 1840’s.  As you’re probably aware, it uses a series of dots and dashes to represent each character. Computers need a way to represent characters in binary form – as a series of ones and zeros – equivalent to the dots and dashes used by Morse […]