• Resolved musme

    (@profil-tv)


    Hi, dear Devs.

    I use four video blocks inside my post.

    Today I’ve been writing/editing the text of this post. But now my hosting provider blocked my site and said that I created 5000+ requests per 10 minutes. I checked logs and the network tab and saw that there are many equal requests on every letter typing.

    So if I type one letter, I see 4 requests, if I type a six letters word i see 24 requests per 2-3 sec. The request looks like

    wp.ajax.post("gspb_check_youtube_url", {...})

    payload contains:

    url: https://i.ytimg.com/vi/7wEOaqJuKXE/maxresdefault.jpg
    action: gspb_check_youtube_url

    Is there any way to disable this check or do it rarely?
    Thanks!

    • This topic was modified 1 year, 1 month ago by musme.
    • This topic was modified 1 year, 1 month ago by musme.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpsoul

    (@wpsoul)

    yes, it’s because youtube blocks request and plugin tries to request again. However, in latest release this request was removed

    Thread Starter musme

    (@profil-tv)

    I can confirm the last update (6.9) solved the problem! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Video block makes high load on the server during post edit’ is closed to new replies.