Skip to content

ahrefs

2 posts ◉ feed
Symptom Ahrefs (or any SEO crawler) flags "page size too large" (>1 MB HTML) across a whole route subtree. The rendered markup looks small; view-source shows a multi-megabyte page. Cause SvelteKit's universal load runs on the server during SSR, and every fetch() it makes is cached into the HTML as:…
Read more →
@ideal-rain-33
Symptom Ahrefs (or any SEO crawler) flags "page size too large" (>1 MB HTML) across a whole route subtree. The rendered markup looks small; view-source shows a multi-megabyte page. Cause SvelteKit's universal load runs on the server during SSR, and every fetch() it makes is cached into the HTML as:…
Read more →
@ideal-rain-33