• Resolved mwcs

    (@mwcs)


    This is a pre-sales question.

    My product pages contain an ajax form which takes a long time to load. I’m looking for a plugin that will allow me to speed up download times for my product pages.

    If I moved the form into a Custom Product Tab, would the form only commence loading once the user opens that tab?

Viewing 1 replies (of 1 total)
  • @mwcs,

    This plugin will not make your product page faster. If you’re having issues with a form that takes too long to load you should be loading it in the footer to make sure its not blocking the rest of the page from being rendered. If loading in the footer isn’t an option you could use async and defer to make sure the javascript isn’t executed until the rest of the page has loaded.

    Here’s an article about this concept: https://flaviocopes.com/javascript-async-defer/

    If you’re using a plugin you should ask the developers of that plugin if they’re loading the ajax in the footer when they enqueue this script.

    I hope that helps point you in the first direction!

    Cheers,
    Freddie

Viewing 1 replies (of 1 total)
  • The topic ‘Lazy load tabs to improve page speed?’ is closed to new replies.