How to Speed Up Joomla To Improve Site Performance

  • Update On October 10th, 2020
  • in Joomla
Speed Up Joomla To Improve Site Performance 800x300 - How to Speed Up Joomla To Improve Site Performance

This post was last updated on October 10th, 2020 at 02:59 pm

Website speed directly influences the success of your Joomla website. Every visitors expect a site to load fast and they are likely to abandon a site that doesn’t get loaded in 3 seconds. That means page load time has a critical impact on the performance of your Joomla website. By default, Joomla isn't slow but you can optimize it to achieve great speed.

In this Joomla tutorial, I have put together some essential actions you can take to speed up Joomla to improve Joomla site performance to ensure a good experience for your visitors.

Check Your Joomla Site Speed

Measure Your Joomla Site Speed - How to Speed Up Joomla To Improve Site Performance

First things first…check the current performance of your Joomla site. This is the starting point, you can compare to the results after the end of all the improvements. There are a number of such tools and the most popular are:

These tools provide an overall status of your site and tips what can be optimized.

 

#1: Keep Joomla and Extensions Up-to-date, Remove Unused Extensions

Keep Joomla Extensions up to date - How to Speed Up Joomla To Improve Site Performance

Besides securing your Joomla site, having the latest version of Joomla and its extensions are very important for the speed your Joomla website. In each version, there are some code improvements to perform better than the previous ones even if the changes are small.

Every new extension installed is taking some resources. Usually, these includes some additional CSS and JS files loaded into the head section of your template which may increase the overall size of the website. Best practice is to keep only those extensions which are required. If you often install new extensions for the test purpose, remember to uninstall them if you do not use them.

#2: Enable Joomla Cache

Joomla Cache Settings - How to Speed Up Joomla To Improve Site Performance

Caching is a system to store all or part of a web page so that it doesn't have to be pulled content from the database. Though there are many ways to speed up a site, but leveraging caching can be a huge performance saver.

There are 3 types of caching in Joomla:

  1. Component Views
  2. Module Views
  3. Page Views

The first 2 types are determined by one setting in your Global Configuration.

Enable Cache setting in Global configuration

From top menu navigate to "System › Global Configuration" then open the "System" tab and look for the "Cache Settings" section, next select your option Conservative Caching or Progressive Caching.

Which caching option to select?

  • Conservative caching (Recommended): Site administrator can choose each module and enable them individually. Conservative caching is better for frequently updated sites - you can remove caching from your modules that contain dynamic content.
  • Progressive caching: Takes a snapshot of each unique set of modules on a page, so modules can be cached at once. This affects all modules and overrides any cache settings inside individual modules. Progressive caching is better for sites that don't update very often.

 

Optionally we can also set the cache time, different than the default of 15 minutes.

Module View Caching

If globally, cache is switched on, you can switch it off again for specific modules from the Advanced tab in selected modules.

Joomla Module Cache - How to Speed Up Joomla To Improve Site Performance

 

Warning: You should enable module cache for modules with static content only and then it works well with conservative caching. Modules with dynamic content should not be cached.

Page Views Caching

To enable the plugin, go to Extensions › Plugin Manager › System - Page Cache and change status to  Enabled:

Joomla System Page Cache - How to Speed Up Joomla To Improve Site Performance

Find below some popular 3rd party Joomla caching extensions you might want to try.

#3: Enable Gzip Page Compression

Enable Joomla compression Gzip compression - How to Speed Up Joomla To Improve Site Performance

Compression is another useful feature to improve the performance of your website. The option compresses your pages in a zip-file, transferred to visitors, and unpack there before visible on the browser. This reduces web page size and makes the pages load faster.

To enable the option,  go to "System › Global configuration › Server › Server Settings", look for the option "GZIP Page Compression" then enable it.

Note: You need to make sure that your Joomla site hosting support mod_gzip

You can use free online tools for testing the Gzip compression on your site such as check GZIP compression.

#4: Optimize your images

Joomla image resize - How to Speed Up Joomla To Improve Site Performance

Image play a big role in the success of a site, a nice image can improve content but at the same time, it is also a reason to make your site loading slow. On average 50 percent of a website’s page weight is made up of images. So optimizing images on your website can drastically decrease page load time and speed up Joomla. Unfortunately, in Joomla, there is no built-in option for image compression. You can either compress and resize (optimize the images for web) them before uploading using any image editing tool (like Adobe Photoshop,  Smush.it, TinyPNG.com), or use a Joomla extensions like Easy Image Resizer (EIR) which is highly recommended for image compression.

#5: Use a Content Delivery Network (CDN) for Joomla

Joomla CDN - How to Speed Up Joomla To Improve Site Performance

A CDN is a system of servers located around the world that serves images, CSS, JavaScript and any other file types to the site visitor. The advantage of a CDN is that the visitor downloads the files from the closest CDN server.

Most CDN solutions are paid, there are a few free options available and all will make your pages load faster for a better end user experiences. It may sound complicated, but it is quite easy to implement, and not even that expensive.

CDN for Joomla by NoNumber - How to Speed Up Joomla To Improve Site Performance

CDN for Joomla! by Regular Labs (NoNumber) is an excellent option. It is available in both free or paid (30 Euro) version, works with all of the major CDN providers, and has all the flexibility you need.

#6: Speed optimization extensions

Joomla Speed optimization extensions - How to Speed Up Joomla To Improve Site Performance

Apart from the advantage of Joomla inbuilt features, you can still boost your website's performance by additional speed optimization Joomla extensions. There are a number of extensions available in Joomla Extensions Directory. Here are some of the best-known optimization extensions, you may want to try:

  • Aimy Speed Optimization PRO (PAID): This is the best plugin to improve the page speed with  a few clicks, which includes the following methods:
    1. Elimination of render blocking
    2. Minimization of HTML code, Browser caching
    3. Compression of content
    4. Image Optimization (via deferred or lazy loading)
  • JCH-Optimize (FREE): Good user review and having a score of 100, this plugin is excellent for combining and compressing your files. It has the option to set the defer and async parameter for JavaScript.

#7: Joomla browser caching

Joomla Browser Caching - How to Speed Up Joomla To Improve Site Performance

You can further optimize your web page loading time by enabling browser caching from the page cache plugin. This tells the browser whether a file should request from the server or grab it from the browser’s cache.

To enable the plugin go to Extensions › Plugin Manager › System Page Cache. You can then enable "Use Browser Caching". Make sure you click the "Save button" to complete the changes.

you can add some HTACCESS codes which tells your browser not to request specific image types from the server if they are already present on visitor PC.  This saves a lot of bandwidth. If you are running on Apache server you can download and put the codes to your .htaccess file.

The final tips

Optimize Joomla for mobile devices
Even if your website loads fast on any desktop, it may not perform very well on a mobile device. The key to improving this is to only load what is really needed. The NoNumber Advanced Module Manager is a tool that can be used to implement this.

Optimize your Joomla Database
Optimizing your MySQL database can help to reduce loading time. You can do this manually from PHPMyAdmin or just use a plugin.

Finally, as you can see there are many ways you can optimize the speed up your Joomla site. However, a site is never fast enough; it's a continuous process of making improvements in the right places. If you have finished all the above optimization tips, it is the time to check the new result on Google PageSpeed Insights. Hopefully, your site is much quicker than before.

 

I hope you found this Joomla optimization tip helpful. In my other Joomla tutorial, I've shared some Joomla Security Checklist Best Practices to protect your Joomla site from hackers, hope you will find that useful too.
Joomla Security Checklist Best Practices to Protect From Hackers

Read more at: https://www.proy.info/joomla-security-checklist/

About This Author

My name is Parameshwar Roy (P. Roy), and I am a web developer. This is my personal blog to record my own thoughts. Though I am not a natural writer, I love to share my experiences. Hope my experiences will be useful to you...read more about me

2 Comments

You can post comments in this post.


  • Thanks for explaining everything in details, well-written article and to the point.

    Jason J Ware 7 years ago Reply


  • That іs а great tiр pаrticularly tⲟ tһose fresh to the blogosphere.
    Short Ьut νery accurate info? Ƭhanks for sharing tһis one.

    A must reaԀ post!

    www.tumblr.com 4 years ago Reply


Leave A Reply