EvalAI-ngx icon indicating copy to clipboard operation
EvalAI-ngx copied to clipboard

Introduction of Code Splitting To EvalAI-ngx (Optimisation)

Open jayaike opened this issue 5 years ago • 1 comments

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

jayaike avatar Jan 04 '20 20:01 jayaike

Hey @nsjcorps Sure, sounds good!

Sanji515 avatar Jan 06 '20 18:01 Sanji515