ci: validate complete layer-loading performance stack - #191
Draft
Anthony Cintron (prbatero) wants to merge 12 commits into
Draft
ci: validate complete layer-loading performance stack#191Anthony Cintron (prbatero) wants to merge 12 commits into
Anthony Cintron (prbatero) wants to merge 12 commits into
Conversation
Measure the project-details N+1 path before changing runtime behavior. Add opt-in logical operation timing, deterministic synthetic fixtures, HTTP and browser benchmark tools, a reproducible Compose overlay, and the feature specification.
Add native and fallback keyed reads across metadata backends, exact metadata-type matching, one process-wide blocking I/O budget, reusable Blob clients and delegation keys, and atomic artifact downloads with regression coverage.
Move project-detail orchestration into a keyed processor, preserve legacy storage-key joins, batch related reads, add a bounded process-local single-flight cache with ETag and refresh semantics, and cover the API contract and stats path.
Add response-aware GET handling, ETag support, request cancellation and same-key single-flight behavior. Stop background project polling while hidden, in flight, or when every known job is terminal.
Split route modules, load Azure Maps control and drawing assets only before map-dependent screens mount, expand browser timing diagnostics, and reconcile the performance specification with measured uncached, cached, and UI results.
RC artifacts readyAll branch deployment references use the same RC tag:
|
RC artifacts readyAll branch deployment references use the same RC tag:
|
Anthony Cintron (prbatero)
temporarily deployed
to
dev1
September 1, 2026 22:07 — with
GitHub Actions
Inactive
Document the startup, publishing, map-loading, and route performance contract. Keep deployment gated on trusted Function ingress and authenticated Dev1 measurements.
Replace stable startup reconciliation with a read-only ACL bootstrap, enforce strong principal binding, and restrict legacy user reads. Add bounded single-flight Published Datasets caching with ETags and mutation invalidation.
Bootstrap sessions in one request, overlap independent route data and Azure Maps assets, and add retryable loading states. Deduplicate Published Datasets polling and cancel sibling artifact transfers on failure.
Measure cold and warm direct and in-app navigation across desktop and mobile profiles. Fail on readiness, browser, API, or p95 budget violations while keeping auth state and fixture details out of results.
RC artifacts readyAll branch deployment references use the same RC tag:
|
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.
Purpose
Run the
main-targeted GitHub Actions workflows against the complete project and app-wide loading performance stack.Included Stack
The head is an exact branch reference to commit
bd93061from #194. It includes all six performance layers and does not include the independent security fix in #184.Open Gates
Important
Temporary CI PR: do not merge. Close this PR and delete
prbatero/ci/perf-layer-loading-full-stackafter the required checks complete. Review and merge the individual stacked PRs instead.