Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • metastorm Friend
    #184194

    Hello,

    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 Moderator
    #480716

    Hello Metastorm,

    I have checked your site, and see the problem. I am discussing this problem with our developer to find out solution and will reply you as soon as possible

    Ninja Lead Moderator
    #481003

    I 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 Friend
    #481204

    Hello 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 Moderator
    #481301

    You can find and see it on list extension below

    + Plugin: Videobox, JA Tab.
    + Module: mod_kunealatest
    + Component: com_adsmanager

    metastorm Friend
    #482161

    Hi 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,

Viewing 6 posts - 1 through 6 (of 6 total)

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