Performance Is Respect

We just ran the latest performance benchmarks on the Humanship corpus after our recent “Site Factory” refactor and image optimization pass.

The results:

  • Desktop: 100/100 Performance
  • Mobile: 98/100 Performance

Desktop Lighthouse Score of 100/100

Mobile Lighthouse Score of 98/100

Why This Matters

We often talk about “Humanship” as leading life first, before systems. But in the digital world, the system is the interface to that life.

If the system is heavy, slow, or bloated, it demands more cognitive load from the user. It wastes their time. It drains their battery. It disrespects their intent.

We optimized this site not just for “SEO” or “ranking,” but for respect.

The Technical Details

  1. Static by Default: We use Astro to ship zero JavaScript by default, only hydrating interactive islands when necessary.
  2. Image Strategy: We implemented a rigorous LCP (Largest Contentful Paint) strategy, ensuring hero images are eagerly loaded and properly sized for every device (srcset + sizes).
  3. Semantic Structure: We prioritized semantic HTML, making the site accessible (92/100) and machine-readable (100/100 SEO) for the agentic web.

Speed is a feature. It is the quietest, most effective form of hospitality we can offer.