optuna / optuna-dashboard

Real-time Web Dashboard for Optuna.
https://optuna-dashboard.readthedocs.io/en/latest/
Other
477 stars 83 forks source link

Impl lazy loading for graph components #865

Closed porink0424 closed 2 months ago

porink0424 commented 3 months ago

Contributor License Agreement

This repository (optuna-dashboard) and Goptuna share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.

Reference Issues/PRs

NA

What does this implement/fix? Explain your changes.

There used to be a large lag between trying to open analytics page and it showing up. In this PR, lazy loading was introduced to all graph components in this page to speed up the response time to open the page.