The EuroCMS Core Cache

The Core Cache can create a cached version of several types of files.

With EuroCMS cache, you can manage those cached files.

EuroCMS Caching

If there are no other Caching methods available for your server, you can use the builtin EuroCMS caching.

  • Check if the requested URI is cached

If a URL was requested, it will check if the URL is cached, if cached, it will "GET" the cached contents.

The cached file is not a full .html file. It's a collection of several cached files.

  • If cached: Load the cached uri
  • If not cached: generate the content for the requested URI (DB Query)

Opcache

The opcaching needs to be enabled in the PHP configuration file.

MariaDB Caching

The MariaDB Query Caching needs to be setup in the MariaDB configuration file

Further Reading