> ## Documentation Index
> Fetch the complete documentation index at: https://blueprint.codeandcreed.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Performance

> Strategies and Patterns for Optimising Performance

In all honesty, you won't need to worry about performance optimisations for most cases or until you start getting a significant amount of traffic and users complain, but they are still important to know about.

## Site Performance Optimisation

### Images

1. [CompressX](https://compressx.app/) - (Paid) Compress images for faster load times
2. [ImageOptim](https://imageoptim.com/) - (Free) Compress images for faster load times

## Frontend Optimisations

[Million.js](https://million.dev/) - Identify and fix slow code–in minutes
[React Scan](https://react-scan.com/) - Zero-config performance issue detection

* No code changes required
* Highlights components needing optimization
* Multiple integration options (CLI, npm, script tag)
* [Learn more](https://x.com/BetterStackHQ/status/1876560988272476432)

## Backend Optimisations

TODO

### Convex

TODO
