Skip to content
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

Performance issue in control panel #244

Open
colq2 opened this issue Sep 10, 2024 · 0 comments
Open

Performance issue in control panel #244

colq2 opened this issue Sep 10, 2024 · 0 comments

Comments

@colq2
Copy link

colq2 commented Sep 10, 2024

Hello! I'd like to report that we're experiencing poor performance with the control panel.

Specifically, these two endpoints are problematic:
/mapi/meerkat/comments/search
/mapi/meerkat/reporting/overview

Comments: ~900
Response time: 10s

I also had to increase the memory limit from 2048 to 4096. As we anticipate receiving an increasing number of comments in production, it's not ideal to keep raising the memory limit in tandem with the comment volume 😄

Through some debugging, I discovered that the materializeThread function is the primary time consumer.

I've noticed Issue #241 regarding planned performance enhancements. Is there a rough timeline for when these improvements will be implemented?

Have you or others noticed this performance issue? Do you think it's something we can address quickly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant