Author Topic: Optimizing Joomla website  (Read 6531 times)

0 Members and 1 Guest are viewing this topic.

Perfect Visual

  • Administrator
  • *****
  • Posts: 150
Optimizing Joomla

Joomla is a popular CMS that is highly extensible and customizable. Here are some steps to optimize your Joomla installation, and reduce the CPU consumption of this script.

Enable Caching
This is probably the most important. You can lower the footprint of your site on the server noticibly by enabling caching. This should be enabled at all times. Please remember that we do NOT recommend any form of OPcode caching on VPS accounts of any type, due to shared memory limitations, and this type of caching is not allowed on shared accounts of any form.
Change your template
Some templates may look nice, but they can use up to 70 images per page request, each of which generates an HTTP connection to the server. When many people visit your site, you will end up consuming enough CPU to cause the server's load to rise. You should consider clean template styles instead of image heavy templates.
Disable Gzip compression
The CPU has to work harder to compress each of your pages before it sends it out. If you have Gzip compression enabled, an extra overhead is added to each page request. The speed gained by compression is offset by the cpu time requirement, resulting in higher load with no actual gain in performance.
Be careful about components
Many components are heavy CPU consumers, and will cause your site to raise the server's load. Make sure you're only using the minimum amount of components that are necessary to the operation of your site. Disable or remove any components that you are not actively using.
Do not use statistics components
These use a lot of SQL queries to constantly update and display your site statistics. This results in increased CPU usage and causes additional IOwait. Use Awstats or Google Analytics to track users.
Optimize Forums
If you are using a forum bridge/extension such as FireBoard or something similar, make sure to require visitors to register before they are allowed to search and post, and employ captchas for your board to reduce spammers.
These steps are not guaranteed fixes to bring a site to normal CPU consumption, but they will drastically reduce the amount of CPU consumed by a Joomla installation
For promotion of your site see Online Forum Marketing Guide
List your service at African Classifieds ads website

PerfectVisualHost Support Forum


Vivaaow

  • Newbie
  • *
  • Posts: 2
Re: Optimizing Joomla website
« Reply #1 on: »
I'm sure it will come back again in order to understand it easily.

Anusenry

  • Newbie
  • *
  • Posts: 2
Re: Optimizing Joomla website
« Reply #2 on: »
I was able to make use of the knowledge gained there from here.

PerfectVisualHost Support Forum

Re: Optimizing Joomla website
« Reply #2 on: »