Support » Plugin: CF7 Google Sheets Connector » Send data very slow

  • Resolved ilithio

    (@ilithio)


    Hi, when my users submit the cf7 form it take many times for send data…

    I am using WP + Contact form 7 + GoogleSheet connect.
    The visitors tend to click several times, thinking nothing happens and I receive many record to the sheet.

    Can you fix it?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author westerndeal

    (@westerndeal)

    Hello @ilithio
    Thanks for your message.

    1. You can enable memory limit from wp-config.php
    define( 'WP_MEMORY_LIMIT', '512M' );

    2. There is nothing for sending data slowly because we are using a Hook to transfer the data, It might be because of the website memory limit.

    You can double check while enabling memory limit and let me know.

    Thanks
    Abdullah

    Thread Starter ilithio

    (@ilithio)

    i set 512 mb but it is anyway a little slow (less than before, to tell the truth). It isn’t possible set asynchron option?

    Plugin Author westerndeal

    (@westerndeal)

    @ilithio

    On Submit Button form are you using
    [submit “Send”] or added some class as well?
    Does the small spinning button is showing after submitting button?

    Let me know with the site link to check from my side.

    Thanks
    Abdullah

    Thread Starter ilithio

    (@ilithio)

    the problem is: with plugin connector g sheet it is slow, without this plugin the submit is very fast. I think is it the problem.. anyway yes submit has a class, but withou class has same problem. Small spinning is showing, yes.

    Plugin Author westerndeal

    (@westerndeal)

    @ilithio
    I tested on various versions of PHP and WP but seems to be working fastest on my side.
    Can you Install a Plugin Query Monitor
    https://wordpress.org/plugins/query-monitor/

    and fill the form and test like what makes a problem. If any Errors or warning related to CF7 GSheetConnector or any conflict issue, it will show
    let me know with the screenshot, or make a small video and email me, so that I can help you further to solve the issue.

    Thanks
    Abdullah

    Thread Starter ilithio

    (@ilithio)

    yes i m already using query monitor and i haven’t errors. Sure, where can i contact you? what is your email or telegram tag? thank you

    Thread Starter ilithio

    (@ilithio)

    anyway it takes about 4 seconds in “loading”. is it normal?

    Plugin Author westerndeal

    (@westerndeal)

    @ilithio
    You can email me at helpdesk@gsheetconnector.com

    I am not sure how you are analyzing load time, but it can be counted as normal.
    Alternatively, you can compare while deactivating how much time and after activation how much time, so that it gets an idea.

    I am marking it as resolved. Feel free to let me know if needed any further help.

    Thanks
    Abdullah

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Send data very slow’ is closed to new replies.