2.32. Caching

When working with the site, you may encounter the functionality of caching files and data. Such functionality was created to speed up the work of the site by using files created or loaded in advance, subsequently stored as temporary files, instead of constantly creating / loading them (which slows down the speed of loading site pages or scripts). At the same time, due to such caching, the accepted changes may not be displayed on the site, which will cause a number of inconveniences when working with it.

There is no server caching on our hosting. That is, under standard conditions, files created on the server will display all changes immediately after they are accepted. But there are a number of other systems that create cache:

  • Browser caching
  • Memcache caching
  • Opcache caching
  • Pagespeed caching
  • CMS caching

Browser caching is performed provided that cache storage time for static files or if there are caching directives in the file .htaccess... Clearing such a cache can be done by instructions.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

2.1. Hosting account

A hosting account is a virtual or business hosting service that hosts website files, databases,...

2.2. Additional services

Detailed information 2.2.1. Dedicated IP 2.2.2. Additional space on NVMe...

2.3. My sites

Sites and their settings are managed in the section "Hosting → My sites»: Detailed information...

2.4. Backup

Working with automatic backups is performed in the section "Hosting → Backup»: Detailed...