Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lazy loading capabilities to our codebase #190

Closed
1 of 3 tasks
Aveline-art opened this issue Mar 30, 2022 · 3 comments
Closed
1 of 3 tasks

Add lazy loading capabilities to our codebase #190

Aveline-art opened this issue Mar 30, 2022 · 3 comments
Assignees
Labels
dependency This item depends on something feature: Architecture Pertains to project architecture and settings PBV: dev all issues for engineering roles (devops, backend, frontend, db) role: frontend Pertains to frontend tasks size: 5pt Can be done in 19-30 hours

Comments

@Aveline-art
Copy link
Member

Dependency

Overview

As a developer, we ideally would optimize our website's loading whenever possible. For this issue we will leverage webpack and react to lazily load our assets.

Action Items

  • Find areas on our website where lazy loading can added
  • Add lazy loading to our codebase

Resources/Instructions

Note: Although lazy loading is quite powerful, it should not be used lightly, as it can be cumbersome to read. Therefore, keep in mind how readable the code becomes when lazy loading is added. If code becomes too unreadable, certain strategies, such as using a wrapper function, might serve as a happy middle-ground between optimized and readable code.

Resources
Code-Splitting
Lazy Loading

@Aveline-art Aveline-art added dependency This item depends on something role: frontend Pertains to frontend tasks size: 5pt Can be done in 19-30 hours feature: Architecture Pertains to project architecture and settings labels Mar 30, 2022
@sdimran sdimran added this to the 04 - Project Setup milestone Apr 5, 2022
@gjagnoor gjagnoor self-assigned this Oct 12, 2022
@Aveline-art
Copy link
Member Author

@gjagnoor Is this still in progress?

@Aveline-art
Copy link
Member Author

If not, can this be closed?

@gjagnoor
Copy link
Member

Yes this can be closed. This issue was resolved as part of #50

@ExperimentsInHonesty ExperimentsInHonesty added the PBV: dev all issues for engineering roles (devops, backend, frontend, db) label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency This item depends on something feature: Architecture Pertains to project architecture and settings PBV: dev all issues for engineering roles (devops, backend, frontend, db) role: frontend Pertains to frontend tasks size: 5pt Can be done in 19-30 hours
Projects
Archived in project
Development

No branches or pull requests

4 participants