m2ms / fragalysis-frontend

The React, Redux frontend built by webpack
Other
1 stars 1 forks source link

Improve performance - analysis and limited fixes #426

Open boriskovar-m2ms opened 3 years ago

boriskovar-m2ms commented 3 years ago

Parent roadmap issue: https://github.com/xchem/fragalysis-frontend/issues/197

Perform performance analysis using for example chrome dev tools and react dev tools. After the analysis is done new issues will be created based on the findings.

Expected findings: forced reflow (https://gist.github.com/paulirish/5d52fb081b3570c81e3a)

Map and review eager and lazy loading of the data.

teriraj commented 3 years ago

A regression test will be performed to test Improve performance

teriraj commented 3 years ago

Regression test was performed, found bugs are tracked in task no. #495, #498.