ci: validate complete layer-loading performance stack - #191
Draft
Anthony Cintron (prbatero) wants to merge 8 commits into
Draft
ci: validate complete layer-loading performance stack#191Anthony Cintron (prbatero) wants to merge 8 commits into
Anthony Cintron (prbatero) wants to merge 8 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:
|
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 layer-loading performance stack.Included Stack
The head is an exact branch reference to commit
51be695cf2b1c64c7d61aa44afc05f9e47e7c381from #189. It includes all five performance layers and does not include the independent security fix in #184.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.