docs(evidence): re-verify render-blocking finding b8f6046e942a against current main and live (2026-08-13) - #167
Conversation
…t current main and live (2026-08-13)
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
Warning Review limit reached
Next review available in: 33 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (1)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
Closes dogfood item
[dogfood b8f6046e942a] Render-blocking resources on home.The code-side fix (PRs #20 and #23) and its CI enforcement remain intact on current origin/main (885a7a9). This lane re-confirmed all three legs of the guarantee against the current head and the deployed site:
rel=preload as=style(non-blocking) with same-originfonts.jspromotion and a<noscript>fallback on all six public pages;shared.csscarries no@importchain; the worker still serves/fonts.jsfrom its asset allow-list.npm run check:render-blocking(real Chromium, production CSP, css2 delayed 2500ms) — all six pages PASS: css2 non-blocking, first-contentful-paint never waits for it (homepage 296ms, audit 132ms, desk 104ms, pricing 200ms, specimen 396ms, brief-requested 252ms vs css2 at 2500ms), no render-blocking resources other than same-origin stylesheets, promoted sheet applied.curl -sI https://tinystudio.io/): css2renderBlockingStatusnon-blocking on all six deployed pages, only same-origin stylesheets render-block, fonts load (Karla/Fraunces) and apply under the CSP.Full suite green on this head:
npm test— static guards passed, 105 tests, 0 failures.No code changes were needed; this PR appends the 2026-08-13 closeout re-verification receipt to
docs/evidence/render-blocking-fonts-2026-08-08.md.