[2026-06-03] sort: processed 10, deleted 10

This commit is contained in:
Alexey Martemyanov
2026-06-03 02:02:55 +06:00
parent adb5e25aba
commit 571dae956c
12 changed files with 47 additions and 99 deletions
@@ -0,0 +1,19 @@
---
title: "Browser Content Loading Approaches"
tags: ["work", "ddg-browser", "webkit", "architecture"]
updated: "2026-06-03"
---
# Browser Content Loading Approaches
Design options for WebKit content loading:
- Load sync
- Load async with nav delegate waiting + extra progress boilerplate
- Load from another process
- Reimplement WebKit rules compiler
- Mixed: staged limited in time sync loading showing async loading if taking >6s
- Mixed: sync loading with async
Additional considerations:
- +Cache compiled rules
- +cleanup when outdated