This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
Introduction of Code Splitting To EvalAI-ngx (Optimisation) #257
Labels
enhancement
New feature or request
I'm submitting a
(Check one with "x" from given options)
Current behavior
EvalAI-ngx takes a relatively long time to load up due to the multiple files it loads at runtime. It has to load every component into the main bundle all at once. Slow loading time could steer a lot of new users away from the website.
Expected behavior
It should load faster. the way to achieve this is by Code Splitting in Angular.
I am very familiar with Angular and Code Splitting so I wouldn't mind taking this task head-on.
@Sanji515 @Ram81 @pushkalkatara @vkartik97 @RishabhJain2018
The text was updated successfully, but these errors were encountered: