Feature Request for Page load Performance options

ThemeBurn SupportForumsGeneralFeature RequestsFeature Request for Page load Performance options

Hi TB Team, I’d like to send you a couple of suggestions for the Page Load Performance page. I think it would be really useful an attribute to specify witch pages or files not to include in the minification or which scripts you want to exclude when Defering JS and Combining JS.

This will increase compatibility with other modules that don’t work when using some of the page load performance options.

Thanks ;)
Oscar P.

October 13, 2016 at 10:43 am #52078

Hello Oscar,

There are a couple of extra attributes you can use right now:

<script type="text/javascript" data-capture="0">

This attributes tells the JS scrapper not to cut that code block.

<script type="text/javascript" data-critical="1">

This attributes tells the JS scrapper to place the code (when it is cut) before any other JS code. You need to know that all JS libraries are executed after the critical JS.

We will take the rest of the suggestions and see what is possible to do in next updates.

BR,
ThemeBurn team

October 17, 2016 at 1:01 am #52189
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.