Improve speed by caching pages
Improve speed by caching pages

One of the key factors of success of a website is the speed. In the old days pages were all static and thus fast. Nowadays most of the pages are dynamically generated, and pages that do not change often can be optimized by remembering ('caching') the content.

Caching is a very complex and intensive technique. But we succeeded in realising a reliable solution for caching dynamic pages. When you change some content on the website, or when a page contains dynamic elements like a form, Webanizr automatically detects whether it safely can use or store a cached version of the page.