PolicyEngine / policyengine-app

PolicyEngine's free web app for computing the impact of public policy.
GNU Affero General Public License v3.0
36 stars 93 forks source link

Bundle size is too big #1330

Open dotslashbit opened 5 months ago

dotslashbit commented 5 months ago
Screenshot 2024-02-07 at 4 16 47 AM

Why we are not focusing on reducing the bundle size using lazy loading, suspense?

dotslashbit commented 5 months ago

@anth-volk no rush, but whenever you get some time, please respond to my question and I would love to work on this.

anth-volk commented 5 months ago

@dotslashbit I believe we actually do use lazy loading in a few places (very few), but I think it's simply something we hadn't thought about previously. It'd be great to get your efforts on this.

dotslashbit commented 5 months ago

@anth-volk So, should I start working on this?

anth-volk commented 5 months ago

@dotslashbit Sure, please feel free, but I think it'd be preferable to prioritize it below anything else you're working on.

dotslashbit commented 5 months ago

@anth-volk Ok, got it, then I can work on it slowly while giving priority to more urgent tasks.