By Aravind Prakash on Sunday, 23 April 2017
Posted in General
Replies 3
Likes 0
Views 141
Votes 0
Hi,

I noticed that when Komento is enabled, the page size increases by almost 600 KB. Wonder if you have any tips to maybe reduce this, like disable effects, not to load jquery, or something similar.

The only feature I care about is the integration with EasySocial.

Thanks,
Aravind
Hello Aravind,

Have you added gzip compression on your htaccess?
·
Sunday, 23 April 2017 15:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark, Yea I have that enabled via Joomla System Config settings.
·
Monday, 24 April 2017 21:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Enabling gzip compression in Joomla only compresses the output of anything served by index.php . If your web hosting company supports it, you could add this into your .htaccess file,

AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript

This will add gzip compressions on all the external files, css / js that is being loaded.
·
Monday, 24 April 2017 21:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post