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

Reduce base bundle size #1216

Open
jasonkuhrt opened this issue Oct 24, 2024 · 1 comment
Open

Reduce base bundle size #1216

jasonkuhrt opened this issue Oct 24, 2024 · 1 comment

Comments

@jasonkuhrt
Copy link
Member

Perceived Problem

The way Graffle is currently built leads to dragging in all/most of graphql package even when its features are not be used (for example: send a document as a string to a GraphQL schema over HTTP).

CleanShot 2024-10-24 at 15 44 50@2x

Ideas / Proposed Solution(s)

  • Turn Memory transport into an extension so that its reliance on "heavy" parts of graphql (like execute which alone is 350+kb) is not forced into core
  • Audit graphql utility imports for accidental dragging in of many KBs
@jasonkuhrt
Copy link
Member Author

Basically a sub issue of this #1223

@jasonkuhrt jasonkuhrt mentioned this issue Oct 28, 2024
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant