Menu
doctSite
Audit services

Performance Focused check-ups for the areas that matter most.

Real response time, payload weight, compression and caching.

What we check · 9

  • Server response time

    Reduce server work, enable caching or use a CDN to answer faster.

  • HTML download time

    Shrink the HTML and speed up the server so the document arrives faster.

  • HTML weight

    Remove unused markup and inline data to keep the document small.

  • Compression

    Enable gzip or Brotli compression on the server.

  • Cache headers

    Send a Cache-Control header so browsers and CDNs can reuse responses.

  • Render-blocking scripts

    Add defer or async to scripts in the <head>.

  • Script & style count

    Bundle or remove unused scripts and stylesheets.

  • Image dimensions

    Set width and height on images to prevent layout shifts.

  • Lazy loading

    Add loading="lazy" to images below the fold.

Diagnostic areas