Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

Introduction of Code Splitting To EvalAI-ngx (Optimisation) #257

@jayaike

Description

@jayaike
Contributor

I'm submitting a

(Check one with "x" from given options)

  • Bug report
    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

Activity

Sanji515

Sanji515 commented on Jan 6, 2020

@Sanji515
Member

Hey @nsjcorps Sure, sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Sanji515@jayaike

        Issue actions

          Introduction of Code Splitting To EvalAI-ngx (Optimisation) · Issue #257 · Cloud-CV/EvalAI-ngx