If you’re running a website on Apache with MySQL and it’s loading slowly, there are several potential issues that could be the cause. This tutorial will focus on diagnosing the database in MySQL, and we’ll cover how to find and fix slow queries and other issues that can cause a slowly loading website. Check the…
Category: Server
Troubleshooting a slow website on a Linux server, Part 1: The processes on the server
Websites hosted on an Apache server can slow down for various reasons, such as high resource usage by other processes, outdated software, or misconfigurations. In this tutorial, we will cover how to use various commands in Ubuntu to identify the processes that are causing the slowdowns and how to resolve the issue. Identify High Resource…
Migrating between Plesk servers
Plesk Migrator is a powerful tool that allows you to easily migrate your websites, databases, and email accounts from one Plesk server to another. This tutorial will guide you through the process of migrating your data from one server to another, including how to check for missing dependencies, how to install any missing dependencies, and…
Linux or Plesk Server Error 500
Are you experiencing a 500 error when trying to load your website(s), or a web panel such as Plesk or cPanel? Do you have an error Database DB query failed: SQLSTATE[HY000]? One of the most common reasons for a 500 error is that the server has run out of disk space or inodes. It is…
How to detect a DoS attack on a Linux server
If your website or server is running slowly, you may fear that you are under a DoS or DDoS attack.