Caching
Caching is storing a ready-made copy of data or a page so it can be served quickly instead of being rebuilt every time. It makes repeat visits faster and reduces load on your server.
Why does caching matter to your business?
Caching makes a site feel fast and keeps it stable under traffic, because the server does less repeated work. It is one of the quiet techniques behind good page speed. The trade-off is making sure cached content refreshes when it should, so people never see stale information.
At Nabee, caching is set up sensibly during the build and managed as part of maintenance, balancing speed against freshness. You get the speed benefit without the risk of showing outdated content.
A concrete example
A busy content site serves many visitors the same pages. Caching those pages means the server answers instantly instead of rebuilding each one, which keeps the site fast even during a spike.
Related terms
Common questions
- Can caching show old content?
- If set up carelessly, yes. Nabee configures it so content refreshes when it changes, balancing speed and freshness.
- Is caching the same as a CDN?
- A CDN uses caching across many locations. Caching is the broader idea; a CDN is one way to apply it.
- Do I manage caching myself?
- No. It is configured in the build and handled under maintenance.
