WordPress / gutenberg.run

Gutenberg live branch preview provisioning service
https://playground.wordpress.net/gutenberg.html.
MIT License
25 stars 6 forks source link

Again very slow or it does not load at all #6

Closed SchneiderSam closed 4 years ago

SchneiderSam commented 4 years ago

I just want to give a short feedback: the loading time is again very slow or it does not load at all. I have simply tried this with http://gutenberg.run/21121. But the same behaviour as back then... https://github.com/aduth/gutenberg.run/issues/4

Thx for this feature!

aduth commented 4 years ago

Hm, on first glance, it appears to load quite quickly for me. The initial build will take some few minutes, which has always been the case (and likely will always be). Were you observing absurdly long build times?

At least on checking the server processes, there's not the problem that led to #4. In the earlier problems, the Docker containers were not being cleaned up, which meant there were dozens of sites all running in the (very resource-limited) server. The number of containers active on the server at this current moment looks reasonable to me.

SchneiderSam commented 4 years ago

Hm, no idea, I've been waiting for 5 minutes and nothing is happening :-S

SchneiderSam commented 4 years ago

After your answer tested again, and now it works...

hm..

aduth commented 4 years ago

I don't see any errors in my Sentry dashboard either. Maybe there was some issue that the connection between your browser and the server? My expectation is that this too would be handled gracefully (source), but I may be missing something. There's some weird (and browser-specific) behavior in how these sorts of server-sent events handle disconnections.

I don't have much actionable here. If it happens again, could you check your browser's DevTools to see if any errors are logged? Or the network tab to see if there's any errors in the connections.