• Resolved damiantk

    (@damiantk)


    Hello,

    I am experiencing an issue with your plugin. When editing any post in the Gutenberg editor, the main-xxxx.js file is reloaded every time I click on any block. This behavior leads to a significant number of requests being made during a longer editing session, which, in turn, causes the browser to consume a large amount of RAM. As a result, the browser tab can become unresponsive, and in some cases, this even leads to the browser crashing.

    Could you please investigate this issue and implement a solution to prevent this file from being repeatedly loaded every time a different block is clicked?

    • This topic was modified 1 year, 8 months ago by damiantk.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @damiantk,

    We’ve recently also identified this as an issue from our end. We will be working on a fix for this in one of our next updates. We’ll let you know once the fix has been released.

    Thread Starter damiantk

    (@damiantk)

    Is this bug fixed?

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @damiantk,

    We had an unsuccessful crack at this so it’s still on our roadmap. From a technical standpoint this is quite complicated because the script is loaded by a service worker and those seem to load the script every single time, potentially even bypassing the cache. In any case, we’re still looking into it.

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

The topic ‘Issue with Repeated Loading of main-xxxx.js File in Gutenberg Editor’ is closed to new replies.