Differences between revisions 16 and 17
Revision 16 as of 2013-09-06 09:01:28
Size: 2958
Editor: pmeier
Comment:
Revision 17 as of 2018-09-25 10:08:34
Size: 0
Editor: pmeier
Comment: obsolete
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Typo3/Cache
<<TableOfContents(1)>>


= The frontend page doesn't show what I set up in the Backend. =

==== Solution ====

Empty the ''''' 'Browser Page Cache' ''''' and if this doesn't help, empty the ''''' 'Typo3 Page Cache' '''''.


==== Additional Information ====
It may happen that recent changes in the backend don't instantaneous appear in the frontend. That's because the frontend doesn't reproduce the page every time you access it. It loads the ready-made page out of a cache (temporary memory) to be able to display the content faster. In this cache an older version of your page might be stored.


= The frontend page doesn't show the right page when I click on a link. =

==== Solution ====

Empty the ''''' 'Real URL Cache' '''''. If this doesn't work, you can also try to empty the ''''' 'Browser Page Cache' ''''' and the ''''' 'Typo3 Page Cache' '''''.

==== Additional Information ====
Typo3 translates the cryptic links to more readable links and stores these in a cache (temporary memory) in order not to do this every time you click on a link.
This cache might not have been updated to your current version of the page.



= How to empty the cache? =

==== General Information ====

There are three types of caches you should know about:

 * '''Typo3 Page Cache''' stores the ee.ethz pages to grant visitors a faster access.
 * '''Real URL Caches''' store the links to each ee.ethz page.
 * '''Browser Page Cache''' stores all pages you visit in your browser to grant you a faster access to the pages you already visited. This has nothing to do with the ee.ethz Typo3 environment.

==== Answer ====
===== Typo3 Page Cache =====
1. '''All pages:''' Click on the lightning with number 1 in the following image. In the opening menu choose what you think is more appropriate or empty all caches.

2. '''One page:''' Click on the page in the page tree, click on the lightning with number 2 in the following image.

{{attachment:emptycache1.jpg}}

===== Real URL Cache =====
1. In the main menu click ''''' 'Info' '''''. In the pagetree click on the page whose cache you want to empty.

2. In the uppermost select box choose ''''' ' Speaking Url Management' '''''

{{attachment:emptycache2.jpg}} /* same as collision1.jpg but with other numbers */

3. In the next select box choose ''''' 'ID-to-path mapping' '''''. Following view appears:

{{attachment:emptycache3.jpg}} /* same as collision2.jpg but with other numbers */

4. Delete all Speaking Url paths using the trash icon.

5. Select ''''' 'Encode cache' ''''' in the same box as in 3.

6. Delete all cache entries using the trash icon.

{{attachment:decode.jpg}}

7. Select '''' 'Decode cache' ''''' in the same box as in 3 and 5.

8. Delete all cache entries using the trash icon.

{{attachment:encode.jpg}}


----
[[CategoryWEBD]]