# Fast WordPress for Car Dealerships — xSpeed Cache

> Vehicle listings are photo-heavy, filter-heavy, and change daily. How dealerships keep their WordPress inventory fast and accurate with xSpeed Cache — including the exact AI prompt.

Page: https://xspeedcache.com/use-cases/for/car-dealerships/
Category: Retail & ecommerce
Also covers: car dealership, dealership, used cars, auto dealer, motors, car sales, vehicle listings, showroom, motorcycle dealer, caravan, boat sales, machinery, equipment sales, inventory

## The speed brief

- **Who arrives** — A buyer comparing the same model across five dealers
- **What they want** — Photos, mileage, price, and whether it is still there
- **How long you get** — A weekend of browsing, then one Saturday of visits

## When speed decides the outcome

1. **The shortlist** — They found the model. Now they are comparing who has it and for how much.
2. **The gallery** — Thirty photos per vehicle, and they want to see the interior properly.
3. **The stock** — Sold yesterday, still listed today — that is a wasted trip and a bad review.

## The story

Sofia’s dealership lists around ninety used vehicles at a time. Each listing carries thirty photographs, a spec table, and a finance calculator — and buyers open four dealers’ listings for the same model side by side before deciding whose forecourt to visit on Saturday.

That made the site both heavy and volatile: enormous galleries that had to load fast, over inventory that changed several times a week as cars sold and arrived. Caching helped the speed and, configured naively, would have made the second problem worse.

The answer was a short cache lifetime on listings with auto-purge on edit, so a sold car disappears the moment it is marked sold, while the galleries themselves are converted, lazy-loaded, and served from static HTML. Fast enough to win the comparison, accurate enough to be worth the drive.

## What a site like this needs

- **Galleries that do not stall** — Thirty high-resolution photos per vehicle is the product. It cannot also be the reason the page is slow.
- **Inventory that is never wrong** — A sold vehicle still showing as available costs a wasted visit and the trust that came with it.
- **Fast filtered browsing** — Buyers filter by make, model, price and mileage. Those queries have to stay quick as stock grows.

## The xSpeed features doing the work

- **Lazy load + WebP/AVIF** — Vehicle galleries load as the buyer scrolls, in formats a fraction of the original size. Guide: https://xspeedcache.com/docs/image-conversion-webp-avif
- **Per-post cache rules** — Give vehicle listings a short cache lifetime and your static pages a long one, on the same site. Guide: https://xspeedcache.com/docs/per-post-cache-rules
- **Object cache** — Filtered inventory browsing hits the same meta queries repeatedly; answering them from memory keeps filtering quick. Guide: https://xspeedcache.com/docs/object-cache-redis-memcached

## The exact AI prompt

Connect via xSpeed MCP (https://xspeedcache.com/docs/mcp-server-setup) or xSpeed Hub, then paste:

```
Using xSpeed, optimise my dealership site: convert and lazy-load the vehicle galleries, enable page caching with auto-purge so a sold car disappears from the listings immediately, set a short cache lifetime on vehicle listings and a long one on static pages, and connect the object cache for filtered browsing. Benchmark a vehicle listing page before and after.
```

What happens: Your AI reports the new listing-page weight and load time, with sold vehicles purging from cache the moment their status changes.

## FAQ

### Our stock feed updates overnight. Will the cache keep up?

Yes. Any programmatic update that creates, edits, or unpublishes a listing triggers the same auto-purge a manual edit does, and a short cache lifetime on listings acts as a backstop. You can also have your AI or WP-CLI purge and re-warm the inventory section after the feed runs.

### Will compressing photos hurt how the cars look?

No. WebP and AVIF at xSpeed Cache’s default quality are visually indistinguishable from the JPEG on a vehicle photo, and the originals are kept on the server unchanged — only the delivered copy is converted.

## More

- [Full playbook: xSpeed for WooCommerce stores](https://xspeedcache.com/use-cases/woocommerce/index.md)
- [Retail & ecommerce: Fashion & apparel stores](https://xspeedcache.com/use-cases/for/fashion-boutiques/index.md)
- [Retail & ecommerce: Electronics stores](https://xspeedcache.com/use-cases/for/electronics-stores/index.md)
- [Retail & ecommerce: Handmade & craft sellers](https://xspeedcache.com/use-cases/for/handmade-sellers/index.md)
- [Retail & ecommerce: B2B & wholesale catalogues](https://xspeedcache.com/use-cases/for/b2b-wholesalers/index.md)
- [All use cases](https://xspeedcache.com/use-cases/index.md)
- [Free plugin](https://wordpress.org/plugins/xspeed/)
