faq: replace stale engine-size claim with real numbers#535
Merged
Conversation
Closes #19. The existing "less than one megabyte" figure in the code-push FAQ never matched reality — Shorebird ships its own Flutter engine build with the patching runtime included, and the actual overhead is in the 1–5 MB range depending on platform and whether you're measuring on-disk or download. Replace the claim with a table of concrete stripped sizes (Shorebird vs. stock Flutter, on-disk and download, iOS and Android) for the current Flutter 3.41.7 engine, plus a note that earlier engines were larger so the numbers get better over time.
tomarra
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Numbers
Measured via the
compare_sizestool, withgzip -9as a proxy for the DEFLATE compression used by APK/IPA:Shorebird engine
21934c19…/ Flutter engine59aa584f…(both Flutter 3.41.7, April 2026).Month-over-month sanity check against the 3.41.5-rc0 Shorebird engine (
87bc2083…, 2026-03-25): iOS dropped from 15.29 MB to 13.25 MB on-disk (~2 MB), Android stripped dropped from 14.59 MB to 13.38 MB (~1.2 MB). That's the basis for the "iOS overhead came down by roughly 2 MB in the preceding month" line.Test plan
npm run build(astro check + build) passes locallyfaq.mdxrenders with the table formatted correctly on the live preview