For our purpose, we're using the reports server to store many Playwright executions. When we have 2000+ reults/reports, the URLs (/results and /reports) are very slow or timeouts.
I believe it's currently generate page based on the uploaded report files, and maybe doing some parsing of the report files to show title, project, tags, etc.
Is there a way to improve this?
For our purpose, we're using the reports server to store many Playwright executions. When we have 2000+ reults/reports, the URLs (
/resultsand/reports) are very slow or timeouts.I believe it's currently generate page based on the uploaded report files, and maybe doing some parsing of the report files to show title, project, tags, etc.
Is there a way to improve this?