Explanation of the different settings in ThemeSettings->System->Page Load

ThemeBurn SupportForumsOpenCart ThemesBurnEngineExplanation of the different settings in ThemeSettings->System->Page Load

This topic has been marked as not resolved.

Hi Support,

as stated in the title, I am a bit confused about the different settings in the system tab.

What do the following functions do? Optimize JS, Combine JS and Minify JS?

If I only turn on Combine JS, not all JS is combined, only if I turn on in addition the OPtimize JS switch. So what are these functions do exactly?

Best,
axanne

 axanne
July 4, 2016 at 3:23 pm #49301

Hi axanne,

1) Optimize JS – with this option enabled you will get all your inline JS on the page scraped and put at the bottom, right before the closing BODY tag.

2) Defer JS – does exactly what the label says: https://developers.google.com/speed/pagespeed/service/DeferJavaScript

3) Combine – combines all external JS files. If Optimized JS is turned on, all inline JS will be placed in a single file.

4) Minify JS – does exactly what the label says.

BR,
ThemeBurn team

July 11, 2016 at 5:52 pm #49500
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.