Skip to content

Instantly share code, notes, and snippets.

View abinpaul1's full-sized avatar
:bowtie:

Abin K Paul abinpaul1

:bowtie:
  • Kochi
View GitHub Profile
@abinpaul1
abinpaul1 / gsoc22.md
Last active January 23, 2024 01:56
GSoC 2022 Chromium Project - Render-blocking status in Resource Timing API

Render-blocking status in Resource Timing API

Abin K Paul (abin.paul1@gmail.com)

Mentors

  • Yoav Weiss
  • Hao Liu

Intro

@abinpaul1
abinpaul1 / security-self-review.md
Last active July 5, 2022 13:51
Render blocking status : Self-Review Questionnaire: Security and Privacy

This questionnaire has moved.

For your convenience, a copy of the questionnaire's questions is quoted here in Markdown, so you can easily include your answers in an explainer.

  1. What information might this feature expose to Web sites or other parties, and for what purposes is that exposure necessary?

It exposes information relating to if a particular resource blocks rendering or not.

@abinpaul1
abinpaul1 / explainer.md
Last active July 2, 2022 12:58
resource-timing-render-blocking-status

Render Blocking Status

Proposal to add a new field render blocking status to PerformanceResourceTiming which holds a string highlighting the status of stylesheets and scripts.

Use cases

RUM providers could then easily determine the render blocking resources without having to rely on complex heurestics to determine the same. This would enable analysis for below scenaarios and possibly more.

  • Determine resources downloaded before FCP but were not render blocking? (and hence, could've been delayed)
  • Determine resources that were render blocking, but weren't discovered early enough? (and hence, could've benefited from being preloaded)