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

Module size optimization for production #766

Open
peterwiebe opened this issue Feb 15, 2024 · 1 comment
Open

Module size optimization for production #766

peterwiebe opened this issue Feb 15, 2024 · 1 comment

Comments

@peterwiebe
Copy link

peterwiebe commented Feb 15, 2024

I am working on a project that has 10s of millions of visitors per month and we are trying to optimize the first load experience. One of the biggest issues we are experiencing on the web is the amount of JavaScript that is required on first load. We have identified that the AWS utilities for connecting to appsync is heavy and ultimately required on all pages of our site.

I have included a screenshot, for reference, of the cost of using these utilities - we need to either shrink these packages or replace them with something more efficient.
Screenshot 2024-02-15 at 11 26 31 AM

@daweto
Copy link

daweto commented May 15, 2024

Hi! @peterwiebe did you manage to find an alternate solution to your problem? I'm also looking to reduce module size in production. 🧐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants