Lazy-Loaded Heavy Dependencies

Description

Heavy dependencies are deferred via dynamic import() until first use to reduce cold-start cost. Notable examples: OpenTelemetry (~400KB) and gRPC (~700KB). Together these represent over 1MB of bundle weight that stays off the hot startup path.

Key claims

Relations

Sources

src-20260420-7ad70d8039bd