• Resolved ssalas92

    (@ssalas92)


    Hi, I would like to know why is this form rendering so slow, and everytime you cahnge a number in the How many fields it flickers and reloads the most of the form?
    Thank you for your help

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hi there @ssalas92

    When checking that page in browser console, we can see that there is something on that page that is calling admin-ajax.php and trp-ajax.php (from Translatepress) literally dozens of times. That alone slows the page load considerably.

    As well, it would appear that the page is being cached by your Batcache plugin as seen in source code. That could be causing the “flicker”, which does seem to go away after a while once the page has fully loaded everything.

    So the first thing I would suggest is to ensure that you have enabled the option under the Behavior settings for that form to Prevent page caching on form pages

    As well, check if the option to Load form using Ajax is enabled in the Behavior settings. If so, try disabling it; if not, try enabling it instead.

    Cheers!
    Patrick

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @ssalas92 ,

    We haven’t heard from you for over a week now, so it looks like you have solved this issue.

    Please feel free to re-open this ticket if needed.

    kind regards,
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slow rendering’ is closed to new replies.