Find answers to your questions

Documentation

How to Minimize your Shared Web Hosting Server Usage

  • 0

Ways To Minimize Bandwidth Usage

The best way to avoid excessive server resource usage is to minimize your website’s bandwidth usage. This can usually be achieved by doing any one or several of the following methods:

Minimize image sizes

Minimizing the size of your images, whether by resizing, cropping, or altering quality settings, will result in a direct decrease in bandwidth. You could even consider using an external image provider such as Imageshack, Photobucket or Flickr or an online image compressor like Optzilla.

Use caching

Caching is the storing of copies of web documents to enable quicker access to files for subsequent use. When a user visits your website, certain elements such as images, style sheets and external JavaScript files are cached. This means that a repeat visitor does not download the complete web page, but only elements of the page which haven’t been already cached.

Don’t allow user uploads

Don’t allow your blog readers, forum users or website visitors to upload their own photos and videos.

Protect your site from getting hacked

A hacked website can be the cause of a lot of extra resource usage on the server because a malicious code typically tries to process multiple things for each page load on top of what a normal website already does. To find out more about hacked websites, visit this article.

Reduce amount of plugins or modules

Before installing a plugin or module, consider researching it on Google to make sure there are no known issues with the script. It’s also advisable to always keep your plugins updated. Outdated plugins can cause excessive server usage and also leave your website open to hackers and malware, which could also result in server usage overages.

Optimizing inefficient scripts

By removing whitespace and by simplifying the code of your dynamic files, you will also notice bandwidth savings. If you don’t have much technical experience with editing the code of your website, we advise against trying to minimize your bandwidth usage this way.


If you still have questions or concerns, feel free to contact us by opening a support ticket or by using our live chat feature.

Related Articles

How to empty my DNS cache Overview Your DNS cache stores the locations (IP addresses) of web servers that contain web pages which you have recently viewed. If the location of the web server changes before the entry in your DNS cache updates, you can no longer access the site. If you encounter a large number of HTML 404 error codes, you... What is cPanel? cPanel is a control panel with which you can manage almost any element of your cPanel hosting account. The interface is very easy to use - cPanel works constantly to improve the platform by staying on the cutting edge of technology as well as constantly updating its various security measures, making it... How cPanel & WHM Improved Email Hosting cPanel and WHM have gone through some serious upgrades to their Email Hosting features throughout the versions. Just in the past 2 years, the cPanel team have made it easier than ever for web hosting providers, system administrators, and all other cPanel users to be able to host email accounts. ... CURL: could not resolve host: cpanel.net Error: curl: (6) Could not resolve host: securedownloads.cpanel.net; Unknown error Fix: Edit: nano -w /etc/resolv.conf Add the following lines: nameserver 8.8.8.8 nameserver 8.8.4.4 If you still have questions or concerns, feel free to contact us by opening a support ticket or with... How can I activate my paid license after a trial? You can do this by running this command in SSH: /usr/local/cpanel/cpkeyclt It should look something like this: [root@cpanel home]# /usr/local/cpanel/cpkeyclt Updating cPanel license...Done. Update succeeded. Building global cache for cpanel...Done [root@cpanel home]# If you still have...