CMS with 100 PageSpeed Score in Every Category and 4/4 Agentic Browsing AliothPress, a CMS built by an unnamed company, achieves a perfect 100 in all four Google PageSpeed Insights categories (Performance, Accessibility, Best Practices, SEO) and passes 4/4 in Agentic Browsing, a new category Google added in May 2026 to grade sites for AI agents. The scores are achieved by default on every theme and in both dark and light modes, thanks to engineering choices like zero third-party requests, self-hosted fonts, native HTML elements, and automatic llms.txt generation. CMS with 100 PageSpeed Score in Every Category and 4/4 Agentic Browsing AliothPress scores 100 in all four Google PageSpeed Insights categories Performance, Accessibility, Best Practices, and SEO and passes 4/4 in Agentic Browsing, the category Google added in 2026 to grade sites for AI agents. These are not scores of a tuned demo page. This site runs on AliothPress, and the results come from how the engine builds every page, on every theme, in both dark and light mode. The fifth score: Agentic Browsing In May 2026, Google added a new category to Lighthouse and PageSpeed Insights. It measures something the other four never did: whether an AI agent can read your page, understand it, and act on it. It reports a pass ratio instead of a score. Three checks by default: A clean accessibility tree : can software tell what your buttons, links, and fields are A stable layout : does the page hold still while an agent reads and clicks A valid llms.txt : is there a machine-readable site summary at the domain root Most sites fail at least one. AliothPress passes all three out of the box: the same engineering that produces the four 100s covers the agent checks too. Performance: 100 Every image optimized on upload : resized, converted to WebP and AVIF, served via srcset at four breakpoints. Each device downloads the smallest file it can use Zero third-party requests : no font CDNs, no external scripts, no trackers. Nothing to wait for except your own server Self-hosted fonts, split by subset : WOFF2 files served per script. A page in English never downloads Cyrillic glyphs Video facade : embeds show a locally cached thumbnail. The heavy player iframe loads only after the visitor clicks play Pure CSS themes : no JavaScript framework, no build step, no render-blocking bundles Smart cache headers : immutable static files, cache-busted automatically on update Accessibility: 100, on all 15 themes, both modes Native elements over div-soup : accordions are