Performance issues with multiple components #83
Unanswered
HashNotAdam
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @HashNotAdam, good morning. I'm interested to know more about this scenario and the types of motions you're using. Can you give some more specifics about the kind of traffic you're under, your app deployment setup, and the number of motions you're processing per minute? I'm confident we can figure out a solution to your issue, and in motion if it turns out to be a motion issue! We are currently using Motion in production and haven't had this experience so I'm keen to uncover scaling issues that we can be proactive about. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've found that having a few motion components on a page quickly overwhelms the system and the webserver becomes unresponsive. To get around the issue I've been using JavaScript to send events up to a singular motion listener (for example, maybe update a data value and click a button or add a hidden value to a form). This really goes against the point of using motion.
Has anyone found a solution to this issue?
Beta Was this translation helpful? Give feedback.
All reactions