-
Notifications
You must be signed in to change notification settings - Fork 496
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
Investigate db query use by the dataverse page #7802
Comments
|
The process is documented as scripts and a README, added in 5b3cc46. |
This may need a separate issue or just be part of this one at root but navigating to page 2, 3, etc of homepage shows a similar slowness. May be obvious but noticeable when you interact with it. |
This one was supposed to be a compact issue just for counting the database queries issued by the page; i.e. just one segment of the overall speedup process. It just got stuck in the "in progress" column, as a placeholder for the whole optimization effort.
there obviously numerous repeated queries (on closer inspection, they are indeed repeated lookup of the same objects - like the root dataverse, etc.)
The 100+ repeated lookups on the dataverse, dvobject and authenticateduser objects are still there. And should be reducible. I don't have a working fix yet, but have some ideas. |
2025-01-22: Closing as not planned (as part of our backlog reduction effort). |
A sub-issue to #7788, overall performance improvement issue.
We have a process (that's documented, maybe?) for counting the queries a page generates; and there are known techniques for reducing that number.
We've applied it in the past to the dataverse and dataset pages. It is time to revisit it (let's start with the dataverse page; which appears to have gotten very slow in production).
The text was updated successfully, but these errors were encountered: