• Resolved lukascech

    (@lukascech)


    Hi, I’ve checked this with my hosting provider. The plugin makes hundreds of requests to the server, which doesn’t seem normal (+ it causes problems with their firewall blocking me).

    Here’s a log cut out for just one minute with hundreds of requests:
    https://nimblecamper.com/log2807

    seems that the plugin is autosaving like crazy when I’m editing a post:
    POST /wp-json/ultp/v1/save_block_css?_locale=user

    Also note – this post in question is using only the WRAPPER block (and is not published yet, it’s a new draft).

    This could potentially impact the server speed too – can you please look into it?

    thanks
    Lukas

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WPXPO

    (@wpxpo)

    Hello @lukascech,
    I checked that issue. save_block_css call only in backend not in frontend. That means when you edit/developing the page. save_block_css calls only for “Saving Post”, “Previewing Post” and “Publish Post”. So i think this is not a problem for the end users. By calling save_block_css we save the generated CSS for the Page.
    However, thank you so much for your query and i will try to improve the performance of the backend editor.

    Thread Starter lukascech

    (@lukascech)

    Thanks for the response.

    Yes, this was a problem in the backend – it was triggering DDOS protection on the server (if I had a few tabs with the editor open, as I usually do when editing a post + using parts of other posts).

    Plugin Contributor Anik Biswas

    (@anik4e)

    We improve performance and number of request in version 2.4.12. In next version we will more focus “triggering DDOS protection” issue. I already add this issue in our version development card. Thank you.

    Thread Starter lukascech

    (@lukascech)

    Thanks Anik, good stuff!

    Plugin Contributor Anik Biswas

    (@anik4e)

    You are welcome @lukascech

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

The topic ‘Too many requests to the server (200 concurrent)’ is closed to new replies.