-
Notifications
You must be signed in to change notification settings - Fork 640
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
UI/UX slow due to performance issue #1428
Comments
Hello @mamoedo the UI un RC3 was relying on old APIs (the backward compatible APIs). Queries that were optimised in TheHive 3 are no longer optimised in TheHive 4 because of:
Issue #1410 aims to solve those performance issues by:
Same answer for the migration. I don't really understand why and how your migration was running since mid may, this sound too much. But note that the migration tool has also been refined to improved the migration procedure and performance. Thanks for you contribution, and please be patient we are working on these topics. |
Hello @mamoedo #1410 aims to use the API v1 in the UI, most of the sections have been migrated to improve the performance of the queries. With that being said, apis like I would like to have your feedback about this issue using the next release 4.0. I'll keep this issue open for tracking purposes. |
Sure! I'm looking forward to test it 😄 |
Closing this issue for now, please just reopen it if needed |
[Bug] UI/UX slow due to performance issue
Request Type
Bug
Work Environment
700 cases - 12 observables per case (approx)
Problem Description
The time to perform almost every action in the TheHive UI is too high. When clicking elements on the web interface, TheHive stacks more tasks than it can do. TheHive stops responding after the accumulated tasks are too much. Logs show that the API requests are slow.
Also, what's the meaning of the spinning circle on the top right of the screen? It keeps growing
Steps to Reproduce
Open the logs and measure the times for each action in the following order:
Possible Solutions
Improving database query performance
Complementary information
It seems that the slowest queries are related to artifacts search.
Note that:
[info] o.t.s.AccessLogFilter - 172.31.0.1 GET /api/list/list_artifactDataType took 6654ms and returned 200 718 bytes
The text was updated successfully, but these errors were encountered: