-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Description
Sub issue of #7788.
The dataverse page has objectively become very slow in production.
There are most definitely other things that can be slowing things down. But it is safe to say that the page is slow and resource-intensive by itself. (It is not exactly speedy even after a full restart).
Let's try to measure and quantify how much all the separate components are costing us there - db queries, solr queries, cpu cycles, waiting for other system resources, etc. - when serving our prod. data.
Some of it can be achieved by very low tech means, by inserting log statements in strategic places; but there are obviously more sophisticated ways to go about it.
Reactions are currently unavailable