-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Description
Client bundle size is massively affected by the size of schema.generated.ts
Analyzing the bundle size of the example project from this repo shows schema.generated.ts as the largest contributor to the client bundle:

In a real production use case, the generated schema file is even larger, presumably due to a larger overall server schema:

This leads to suboptimal performance and poor performance scores from tools such as Lighthouse for the resulting application.
It's kind of a bummer to initialize a brand new faustJs app and see that you're already in the red for first load JS size.
Metadata
Metadata
Assignees
Labels
No labels