Skip to content

Varnish hitrate docs#459

Open
TimVNL wants to merge 4 commits intoByteInternet:masterfrom
TimVNL:varnish-hitrate-docs
Open

Varnish hitrate docs#459
TimVNL wants to merge 4 commits intoByteInternet:masterfrom
TimVNL:varnish-hitrate-docs

Conversation

@TimVNL
Copy link
Contributor

@TimVNL TimVNL commented Feb 26, 2026

No description provided.


# Improving Your Varnish Cache Hit Rate

A higher Varnish cache hit rate means more pages are served directly from cache.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A higher Varnish cache hit rate means more pages are served directly from cache.
A higher Varnish cache hit rate means more requests are served directly from cache.

# Improving Your Varnish Cache Hit Rate

A higher Varnish cache hit rate means more pages are served directly from cache.
This reduces backend resource usage on your Hypernode, improves page load speed, and helps your shop handle more concurrent visitors without performance degradation.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This reduces backend resource usage on your Hypernode, improves page load speed, and helps your shop handle more concurrent visitors without performance degradation.
This reduces resource usage on your Hypernode, improves page load speed, and helps your shop handle more concurrent visitors without performance degradation.

Comment on lines +54 to +56
Look for:
- `X-Cache: HIT` → Served from Varnish
- `X-Cache: MISS` → Served from backend
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

X-Cache is not a standard Magento header and is also not guaranteed to be present in Hypernode’s Varnish setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants