Skip to content

Tag: caching

Programming

How to Optimize an API

Optimization can mean a lot of things like simplifying a process, reducing data and even speeding up response time. An API often has three different ways we can optimize it.

June 29, 2022
Programming

5 Tips for Better Caching in a REST API

The goal of caching is to avoid having to generate the same response twice. In this blog article we look at five techniques for caching in a RESTful api.

May 8, 2022
Apache Logo
linux

Setting Up Caching on Apache

For the majority of websites, a great amount of the content doesn't change from day to day or even month to month. When a site gets a lot of repeat traffic we can dramatically reduce the load and costs by caching.

May 9, 2017