Files
Rental-operations-platform/docs/phase14/PERFORMANCE_AND_BUNDLE_REPORT_v1.0.md
2026-06-25 20:08:39 -04:00

1.2 KiB

Phase 14 Performance and Bundle Report

Phase 14 adds no third-party runtime dependency and no vendor SDK. The new client code consists of the demo trigger, localized dialog/form state, shared Zod schema in the client bundle, and a disabled analytics test adapter. Scheduler, CRM, consent-manager, email, and network analytics libraries contribute zero bytes because they are not approved or implemented.

The dialog host is mounted once per locale layout. External code is never loaded. The primary CTA remains responsive when integrations are blocked. Submission latency is bounded by a configurable four-second default timeout.

The optimized build completed in 29 seconds on the available Node 22.16.0 host. The generated standalone tree measured 36,391,835 bytes and .next/static measured 1,524,329 bytes. These numbers include framework/runtime files and are an inventory, not a Phase 13 delta. The exact file list is recorded in docs/quality/logs/phase14/bundle-inventory.log.

Lighthouse, main-thread cost, interaction responsiveness, and browser timing were not measured because system Chromium rejects loopback navigation with net::ERR_BLOCKED_BY_ADMINISTRATOR. Those results remain Phase 15 gates rather than decorative estimates.