Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
joomla:caching [2016/12/01 15:37] eServices Greece |
joomla:caching [2019/04/16 13:40] (current) eServices Greece |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| ====== Joomla Caching ====== | ====== Joomla Caching ====== | ||
| - | ===== Go to the System Menu ===== | + | ===== System Menu ===== |
| * Login to Joomla Administration | * Login to Joomla Administration | ||
| * Click on System | * Click on System | ||
| Line 9: | Line 10: | ||
| * Then copy the settings that follow for Cache and Session Settings depending on the Engine you want to use. | * Then copy the settings that follow for Cache and Session Settings depending on the Engine you want to use. | ||
| - | ==== Cache ==== | + | ===== Cache ===== |
| - | === memcached === | + | ==== memcached |
| {{ : | {{ : | ||
| - | === redis === | + | ==== redis ==== |
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| Important: Set the database allocated to you in your account, otherwise redis will not work. | Important: Set the database allocated to you in your account, otherwise redis will not work. | ||
| </ | </ | ||
| {{ : | {{ : | ||
| - | === memcache === | + | ==== memcache |
| {{ : | {{ : | ||
| - | ==== Session ==== | + | ===== Session |
| - | === memcached === | + | ==== memcached |
| {{ : | {{ : | ||
| - | === redis === | + | ==== redis ==== |
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| Important: Set the database allocated to you in your account, otherwise redis will not work. | Important: Set the database allocated to you in your account, otherwise redis will not work. | ||
| </ | </ | ||
| {{ : | {{ : | ||
| - | === memcache === | + | ==== memcache |
| {{ : | {{ : | ||
| + | |||
| + | ==== Notes ==== | ||
| + | The moment you set a new session handler you will be logged out of administration, | ||