> For the complete documentation index, see [llms.txt](https://nothin.gitbook.io/computing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nothin.gitbook.io/computing/readme.md).

# README

1. Google Fonts are render-blocking — biggest perf gap. External CSS + font downloads delay LCP by 200-400ms.
2. No og:image — social shares have no preview image.
3. No JSON-LD structured data — no Article/WebPage schema for rich SERP results.
4. Pagefind UI (120KB JS + 14KB CSS) loads on every page — could lazy-load until user clicks search.
5. No RSS feed — expected for blogs, good for SEO.
6. Alpine.js 46KB on every page — moderate weight for a mobile menu + dark toggle.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nothin.gitbook.io/computing/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
