Why Is My Website Slow?

Snail

This is a question we are asked by people on a regular basis: “Why is my website slow?” The answer provided here, since 2012, is generally speaking in a WordPress context – because we are WP specialists – but a lot of the rules will apply to really any website, particularly one which runs on …

Read more

Minimum Requirements for WooCommerce

Below are the minimum requirements for WooCommerce and (by extension) WordPress. Some are taken from WooCommerce, some from WordPress, and also, some, we are adding as recommendations. It should be apparent, below, which is which! Before getting started, if you’re here to assess a WooCommerce host, then you may be interested to check out our …

Read more

How to wget files from Google Drive

A long time ago, I had occasion to WGET files from WeTransfer to a server after being sent a large file from a client, and being located somewhere with poor broadband. This happens to us less regularly now, but sometimes you maybe will find yourself in a situation where you want to get a file …

Read more

How to Safely Update Linux in AWS EC2 Micro Instance – Using Yum

Often, when logging into via SSH to an Amazon EC2 instance, you are told that there are several updates (usually including security updates) waiting to be updated on your system. The panel on Amazon Linux even goes so far as to explain how one might go about updating to this version. HOWEVER, as this may …

Read more

How to Setup FTP (FTPS (not SFTP)) on an AWS EC2 Instance

Below are the commands required to setup FTP (well, FTPS in fact, and specifically not SFTP, which you can most easily use by adding your security certificate to your FTP program and accessing over SSH) on your AWS EC2 cloud instance. I’m assuming you use the AWS flavour of Linux. If you do not use …

Read more

How to: Find out Apache version from Command Line (SSH)

Have you logged into your server or VPS via command line (SSH – this is really the best and only way to do this now – Telnet is not going to encrypt your communications… this is bad!) and are now wondering how to quickly discover what version of Apache you are running? Find your Apache …

Read more