-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New document just loads forever #21
Comments
@thekyriarchy hmm, indeed. Just noticed. Well, Wireflow require hard refactoring. That is the reason we released as open source, since we moved to another projects and need help from external collaborators. I will try to investigate on it, but can't promise it gonna be fixed soon. Appreciate your feedback. |
@entrptaher anyway you can check out why its not loading new document ? |
Console log shows:
seems to be some sort of backend issue |
It's a memory issue. Currently deployed version needs some rework, it currently has around 1868 users, 261222 graphics, 22566 wires and the websocket emits all events to all users. Wireflow processes are heavily under load and thus everything is slow. That to say, local version with little data still runs perfectly. Maybe we can remove the graphics and wires to lessen the load. |
@entrptaher missed your response Tahy ... I believe everything is messy there and not optimized. For wireflow to work properly, need restructuring and refactoring. This is just proof of concept, and people like it, find it useful. Next step is to recreate whole app with proper coding, optimization, etc. I think you can remove all this 22k wires ^^. |
@thekyriarchy can you try again? |
@entrptaher its works now 👍. Thanks Yeah, we could add that notify. |
Trying this for the first time I can't create a document
The text was updated successfully, but these errors were encountered: