dataverse-frontend icon indicating copy to clipboard operation
dataverse-frontend copied to clipboard

Performance test of the Dataset Page in View Mode and SPA-JSF benchmark

Open GPortas opened this issue 2 years ago • 1 comments

Overview of the Feature Request

Once the Dataset Page (View Mode) migration is complete, the goal is to test the performance of the new page (SPA) compared to the old one (JSF). In particular the response/page loading times.

The files tab is an important part to consider, since we have implemented some optimizations, such as pagination or new custom queries in the backend to make data recovery faster.

To perform this test, we need to create the appropriate scenario, which will potentially be a heavy dataset, with many files (I'm not sure how many, but based on a recent conversation, it could be ~10K files). Once the scenario is established, we will run tests to measure the performance and find evidence of performance enhancements or not.

What inspired the request?

  • https://github.com/IQSS/dataverse/pull/9960
  • https://github.com/IQSS/dataverse-frontend/issues/183

Any open or closed issues related to this feature request?

  • https://github.com/IQSS/dataverse/pull/9960
  • https://github.com/IQSS/dataverse-frontend/issues/183

GPortas avatar Oct 02 '23 10:10 GPortas

Returning the issue to the SPA backlog as we agreed that we need first to solve the performance issues encountered with the heavy dataset in the Beta environment.

Once we resolve these issues and enhance the SPA's performance for large datasets, we will record a demo for the benchmark comparing the two applications.

@jp-tosca @cmbz

GPortas avatar Feb 28 '24 10:02 GPortas