Description
Description
This plugin can help you to optimize your site's code and move script tags and inline scripts to the bottom of the page.
Also, move styles to the bottom of the page and minify site's code without any crash on the site.
This can help you to increase site speed and get good points from Google PageSpeed Insights Tools.
Compatible with Joomla 3.x
With the plugin purchase, you will get one year free support and updates.
Features
Features
- Move inline scripts to the bottom of the page;
- Move script tags to the bottom of the page;
- Move style tags to the bottom of the page
- Minify site's code;
- Replace any text or code in the site's code;
Changelog:
March 2020 - It is Free now
April 2017 - New plugin
Screenshots
Screenshots
The backend screenshot of Joomla Site Faster plugin
Demo
Demo
For the demo, you can check this site's source code and see that all styles and scripts are located in the bottom of the page (before body close tag).
Docs
Install instruction:
- Backup your site;
- Install the plugin file via Joomla installer;
- Adjust the plugin parameters;
- Publish up the plugin;
The following steps, you must do manually for increase site speed:
*** Leverage browser caching:
You need to add the following code into .htaccess file in site's root folder.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType application/javascript "access 1 month"
ExpiresByType application/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>
## EXPIRES CACHING ##
*** Joomla Server response time
Enable System Debug in Joomla configuration, then check profiler for get slow extensions.
If needed, enable Conservative caching for get speed.
If it still slow, then, seems your hosting provider server are slow or huge loaded.
If you need more support, you can contact us here