-
AuthorPosts
-
metastorm Friend
metastorm
- Join date:
- October 2012
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 6
- Thanked:
- 5 times in 1 posts
January 20, 2013 at 11:11 pm #184194Hello,
I have turn on template option CSS and JS “join, minify and compress” but as I see in Firebug, only JS from other hosting (Google etc) are compressed. All JS and CSS from my hosting are uncompressed. 🙁
J2.5.8, T3v2
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
January 22, 2013 at 7:11 am #480716Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 24, 2013 at 9:12 am #481003I spent my time to check the problem on your site and i see this is not problem from compress js and css on our JA system. Because compress js and css option include on JA Template only compress css and js include on head html tab with format
<?php
with js
$document = JFactory::getDocument();
$document->addScript('/media/system/js/sample.js');with css
$document->addStylesheet('/plugins/system/jatypo/jatypo/assets/style.css');"/media/system/js/sample.js": this is path js need to compress
"'/plugins/system/jatypo/jatypo/assets/style.css'": this is path css need to compress
Special is not compress css and js external file from other server
?>Some 3rd party extension on your site with css and js file are not following the format above, that’s for reason js and css are not compressed.
metastorm Friendmetastorm
- Join date:
- October 2012
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 6
- Thanked:
- 5 times in 1 posts
January 26, 2013 at 3:16 pm #481204Hello Ninja Lead,
Thank you for pointing out the problem.
Could you give some advice, how to find out this problem extension(s)? :-[
And if I localize this extension, can I just put css/js from it to exclude section in “T3 Compress template options” so all others css/js be compressed normally?
Site is going live now and heavy uncompressed scripts are not so welcome…
Regards,
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 28, 2013 at 7:54 am #481301You can find and see it on list extension below
+ Plugin: Videobox, JA Tab.
+ Module: mod_kunealatest
+ Component: com_adsmanagermetastorm Friendmetastorm
- Join date:
- October 2012
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 6
- Thanked:
- 5 times in 1 posts
February 2, 2013 at 2:33 pm #482161Hi Ninja Lead,
Yes, I see these extensions in html view of the page.
Currently as a workaround I utilize server-side (NGINX) gzip compression for all JS/CSS/HTML code and set in template’s options for JS and CSS – Join & Minify.
This way I have all files compressed and partly joined&minified, which is not bad at all.
Regards,
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by metastorm 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum