• Resolved Group Of Oceninfo

    (@princebhalani143)


    Hello Team,

    Plugin is working smoothly as expected but it’s increasing 0.25 second load time due to below four requests from /classes/class-a3-lazy-load.php

    /a3-lazy-load/assets/css/jquery.lazyloadxt.fadein.css
    /a3-lazy-load/assets/js/jquery.lazyloadxt.extend.js
    /a3-lazy-load/assets/js/jquery.lazyloadxt.extra.min.js
    /a3-lazy-load/assets/js/jquery.lazyloadxt.srcset.min.js

    Is it possible to merge all above request as inline code instead of injecting it as new request?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Also interested in an answer…

    Plugin Author Steve Truman

    (@a3rev)

    @princebhalani143 @princebhalani143

    The first file is a css file – you cannot combine css and js files.

    If you wish to combine the 3 JavaScript files then use an minify plugin to do that. There are many plugin that allow you to minify all of your JS and CSS.

    We keep the 3 files separate for ease of maintaining and editing.

    Hope that helps. I will change the status of this ticket to ‘resolved’. You can still reply if you wish.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to insert JS and CSS inline instead of calling different request?’ is closed to new replies.