# Cache pamäť webu

V ostrej prevádzke väčšinou zapneme urychlovacie mechanizmy systému, tzv. cache. Cache je vyrovnávacia pamäť redakčného systému, ktorá citeľne urýchluje načítavanie webu pre návštevníkov. Z toho dôvodu po aktualizovaní webu sa určitú dobu nemusia ihneď zobraziť zmeny. Zmeni sa zobrazia pre návštevníkov pri znovunačítaní cache pamäte webu. Pridaný obsah sa zobrazí pre návštevníkov orientačne za 3 hodiny po pridaní, resp. aktualizovaní.

V prípade potreby viete vyrovnávaciu pamäť web stránky ručne premazať a tým zobraziť vykonané zmeny na web stránke ihneď. Ako na to:

### Rýchlejší spôsob

1. Prihláste sa do administrácie
2. Cez horné čierne admin menu vyhľadajte prvú ikonku domčeka a nastavte sa nad túto položku myšou a kliknite na **Flush All Caches**

<figure><img src="/files/QOc61NYFzQm3vwg8i2yO" alt=""><figcaption><p>Premazanie Cache pamäte webstránky</p></figcaption></figure>

### **Bežný spôsob**

1. Prihláste sa do administrácie
2. Cez horné čierne admin menu vyhľadajte a kliknite na položku **Konfigurácia -> Vývoj -  > Výkon**
3. Na stránke kliknite na veľké červené tlačidlo **Vyprázdniť vyrovnávaciu pamäť**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://podpora.lemonweb.sk/webstranky/cache.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
