You have Joomla 3.4 that is fairly quick CMS itself, but have you ever at any time puzzled why your website masses so slowly. What aspects have a decisive influence on these delays. Recognize that pace has become a major problem with regards to Seo. By rushing up Joomla, you may also supply a better experience to your clients, boost your professional apearance. Listed here are my reflections and ideas.

Lots of us we reside inside a planet in which, most of the time, much more is best. We ourselves or customers inquire us to include much more photos, banners, social icons, or more different modules that are overload our Joomla template. The problem with continuously attempting to improve content is it isn't going to often generate the most effective results. Incorporating a huge number of components does not imply you happen to be getting something significant completed. It isn't going to function this way. In next hand, this means that Much less could be Powerful.
By picking the crucial, we develop fantastic influence with minimal sources. When you first set a restrict on one thing (numer of modules, plugins, photos and so forth.), it will be considered a pretty arbitrary quantity, as it will consider a while to see what operates to your venture. Check and disable any Joomla extensions which you never use any more. Probably if returing consumers will see web site once again they are going to be suprised that some factors gones but they will be a lot more centered on these which you remaining. Consider your initial week with that restrict being an experiment. If it doesn't perform for you, then adjust it a bit. Then evaluate your present utilization levels and select a reduced restrict depending on everything you believe could be ideal.
How fast is you wheel chair?
Clearly, we wish our Joomla to provide articles (subpages) as fast as you can. Choose a hosting organization that owns servers in the region where your consumers are, and never always the best types inside the marketplace. Your internet host could become a buddy (assisting hand) or your worst nightmare. Of course you will find reliable hosting providers which provide a optimized servers constructed specifically for the open source CMS. By fine-tuning the two MySQL and Apache, WordPress & Joomla websites hosted on those platform perform noticeably faster than other web hosting providers. For example check provide presented by SiteGround internet hosting for Joomla and Wordpress sites.
How heavy is your site "baby"?
Wonder how big your webs site is now? Measuring the size and speed of the Joomla 3.4 website is always very important step. You can do this by using many different tools such as: Pingdom , PageSpeed Insights, webPageTest or the Page Speed add-on for Firebug, or the YSlow Chrome plugin. Test results will provide rich diagnostic information including resource loading waterfall charts, Page Speed optimization checks and suggestions for improvements.
Optimization settings
- Turn on GZip Compression. On the Top Menu select System -> Global Configuration and click on Server (tab) -> GZIP Page Compression and set the option to ‘Yes’.
- If you have a large number of images on your site, this setting can drastically impact the load times of your site. For example if you are using K2 component, you can set lower quality of generated images. K2 -> Parameters -> Images. By default there is 100%, but in most cases you can set 80% without harm. And soon all your images will be on the diet. Of course, you should test the settings and use the lowest acceptable value.
- Enable Cache system - this will increase the load speed of the pages a lot. You set up the cache type in the Joomla Global Configuration -> System.
- In template settings you will find also some settings which help you improve speed.
.htaccess Configuration Suggestions
Inside the adhering to subsection, we will tweak the server configuration in order to enhance its efficiency. Notice, PHP 5.5 is way more quickly than PHP 5.3.10+. The Apache could be configured through the .htaccess documents, some examples can cause issues on some servers so you're able to ask internet hosting assistance if you're able to use individuals tips.
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml
text/css text/javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html SetEnvIfNoCase
Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary Header append
Vary User-Agent env=!dont-vary
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 week"
ExpiresByType image/jpeg "access plus 1 week"
ExpiresByType image/gif "access plus 1 week"
ExpiresByType image/png "access plus 1 week"
ExpiresByType text/css "access plus 1 week"
ExpiresByType application/pdf "access plus 1 week"
ExpiresByType text/x-javascript "access plus 1 week"
ExpiresByType application/x-shockwave-flash "access plus 1 week"
ExpiresByType image/x-icon "access plus 1 week"
ExpiresDefault "access plus 1 week"
</IfModule>
Also The enhance table alternative can enhance the performances within a feeling that we will economize I/O procedure although retrieving info from our database. You'll be able to get it done manually from PHPMyAdmin or using a Improve Your Tables plugin - that when per day optimizes your database's tables so as to preserve your website working at its peek performance by eliminating the MySQL database overhead.