Changes

m
Line 39: Line 39:  
'''Module setup page:'''
 
'''Module setup page:'''
   −
In the module setup page, you must fille the following informations:
+
== Tab Server setup ==
 +
In the server setup page, you must fill the following information:
 +
 
 
* Name of Memcached server: Put a DNS name or IP address of Memcached server.
 
* Name of Memcached server: Put a DNS name or IP address of Memcached server.
 
* Port or Memcached server: Put here the port of the Memcached server.
 
* Port or Memcached server: Put here the port of the Memcached server.
 +
 
Save and that's all. Dolibarr should now use the cache server when it can.
 
Save and that's all. Dolibarr should now use the cache server when it can.
   Line 48: Line 51:  
$dolibarr_memcached_view_disable=1;
 
$dolibarr_memcached_view_disable=1;
 
</source>
 
</source>
into file htdocs/conf/conf.php, then the 2 tabs to view statistics on cache server are removed. This is usefull for web hosting providers of Dolibarr (SaaS) to avoid users to see informations (the cache content) shared by the hosted server.
+
into file htdocs/conf/conf.php, then the 2 tabs to view statistics on cache server are removed. This is usefull for web hosting providers of Dolibarr (SaaS) to avoid users to see information (the cache content) shared by the hosted server.
 +
 
 +
== The tab Server statistics ==
 +
This tab show you the status of the cache and how much it is used.
 +
To have an idea of the efficiency, see the next chapter.
 +
 
 +
[[File::Memcached screenshot 1.png]]
    
= Usage =
 
= Usage =