DEV Community

techietubby
techietubby

Posted on

Wordpress

Does anybody know why my Wordpress site is now 2Tb in size and a way to remove all the deadwood? My site is very basic and only currently contains a few simply pages.
I installed Sweep plugin and have cleaned my DB but seem to have a huge number of files that I am sure I do not need.

Is there a way to clean my disk space?

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.