EvalAI-ngx
EvalAI-ngx copied to clipboard
Introduction of Code Splitting To EvalAI-ngx (Optimisation)
I'm submitting a
(Check one with "x" from given options)
- [ ] Bug report
- [x] Feature request
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
Hey @nsjcorps Sure, sounds good!