Proactive caching for the web

acache is a new type of CDN enabling a 100% cache hit rate at the edge

Features

Other features

Use cases

Frequently Asked

I'm trying out your CDN, but my PageSpeed Insights performance score doesn't change - why?

In short, because the tests do not really measure network performance. Also, site performance depends on a lot of other factors as well, such as the amount of images and JavaScript loaded.

PageSpeed Insights (i.e. Lighthouse) and other similar tools artificially slow down the network while testing a site, so you won't necessarily see the (very real) network performance improvements in these tools. The best way to test your site is to simply browse it yourself and see the difference.

One way to see the network performance of your site is to check the Chrome User Experience reports (CrUX) e.g. by checking your site on PageSpeed Insights. A Content Delivery Network will directly impact the "Time To First Byte (TTFB)" metric seen in under "Discover what your real users are experiencing". This metric shows how long it takes your server to start responding to a real user request, and improvements here will translate to better performance directly.

How can I be sure that my site will always be online after I switch to acache.io?

You don't. Sometimes entire networks or datacenters go down, and this is no different for acache.io. However, we have servers all around the world, many layers of monitoring, and many layers of fallbacks in case of issues. Our servers are located in the most secure and reliable datacenters available. We do have a 100% uptime guarantee (Service Level Agreement), and if we do not hit that we'll pay you back x10.

How do I know my forms won't stop working or you won't cache pages for logged in users?

Our caching system is compliant with the HTTP caching standard (RFC 9111), which means we do not cache things your server tells us not to cache. As a general rule, things that cause side effects (e.g. change data, interact with another system such as email signups, and so on) are never served from the cache. Authenticated requests (with the "Authentication" HTTP header) are also never served from cache, and servers such as WordPress will tell us in the response not to cache responses that are authenticated via a cookie - e.g. the admin pages.

Having said that, it is of course possible that servers do not follow the HTTP standards, which might lead to caching content that should not be cached. In these cases you can leverage our Page Rules to manually add the desired caching behavior for any page or other URL.

Contact

me@ericselin.dev