You can allow the module to cache certain pages in order to display them faster.
The module will then show the same cached content for all visitors (non logged-in)
That way, when a new visitor visits your static pages, a fast response will be served.
As an example, you can make your homepage static and respond to new visitors in a rapid way.
You can also cache Cms pages and other pages as desired.
The homepage controller is the Index controller, it’s showed first for convenience
The Auth page is the login page
This is not recommended for highly dynamic pages such as the cart page