Skip to content

Refactored Project Show to reduce JS Size

Tim Zallmann requested to merge tz-refactor-project-show into master

What does this MR do and why?

Reduces JS Size for the Project show page by 10% through conditionally loading bigger JS parts only if they are actually needed. See - !85181 (comment 912618192)

Entrypoint / Name Size before Size after Diff Diff in percent
pages.projects.show 1.89 MB 1.68 MB -210.29 KB -10.9 %

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Tim Zallmann

Merge request reports