You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out Kadira - identify slow method and subscriptions. Dig into a stack trace to figure out the underlying database query causing issues.
Log into the mongo shell, run the query with '.explain()' to determine whether the query was indexed.
Try to figure out where in the code that query was called from. Update the code, or add a database index
I would pay for the enterprise version if:
Kadira could automatically run .explain() on really slow queries (really slow queries would probably need a threshold). I understand this would need to be an on demand feature because the overhead would be too high if it was run on every query.
If the stack trace could point to the line in the code that was causing the problem that would be helpful. I'm sure there are constraints in figuring that out from the minified version.
Thanks so much - this tool is incredible and an absolute must have for Meteor projects.
The text was updated successfully, but these errors were encountered:
Thanks. We are working on a project called "Kadira Genie" which does a lot of tasks for you. Basically, with that you could reduce a lot of development/maintenance hours.
I have a feature request.
Our method for optimizing Meteor is as follows:
I would pay for the enterprise version if:
Thanks so much - this tool is incredible and an absolute must have for Meteor projects.
The text was updated successfully, but these errors were encountered: