• Resolved StephaneLF

    (@stephanelf)


    Hi!
    I’m using the plugin in a way it is probably not supposed to be used, inserting about 40 different booking calendars into one single page.
    Everything worked fine at the beginning. But now my page loads in about 40 seconds. Apparently, the problem is related to recaptcha…

    Timeout (a)
    (anonymous) @ recaptcha__de.js:502
    Promise.catch (async)
    ST @ recaptcha__de.js:501
    CI @ recaptcha__de.js:507
    execute @ (index):4947
    executeOnHomepage @ (index):4969
    $7 @ recaptcha__de.js:498
    (anonymous) @ recaptcha__de.js:505
    A @ recaptcha__de.js:509
    

    Is there a way to speed it up?

    Thanks for your help!
    Greetings,

    Stéphane

    • This topic was modified 6 years, 6 months ago by StephaneLF.
    • This topic was modified 6 years, 6 months ago by StephaneLF.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    The problem isn’t the amount of data loaded but the number of connections to the server to load the data. Placing the calendars 40 times in a single page means 40 connections to load data and that involves a connection time for each one. It also loads the captcha 40 times.

    Please try a solution for loading the booking form once it is needed instead all the 40 booking forms on the initial page load.

    Thank you for using the plugin.

    Thread Starter StephaneLF

    (@stephanelf)

    Please try a solution for loading the booking form once it is needed instead all the 40 booking forms on the initial page load.

    Hi,

    I’ve been looking for a solution to this problem… The only solution I found is to create a separate page for each calendar. A main page contains a list of links to these 40 different pages.

    It would be great to have the possibility to prevent the widget loading on a page till you click on the link. Maybe it would be possible to implement an OnClick Javascript function?

    Greetings,
    Stéphane

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Page is loading very slowly’ is closed to new replies.