View Single Post
  #1  
Old 10-29-2014, 09:07 AM
 
Pfidy Pfidy is offline
 

Member
  
Join Date: Aug 2014
Posts: 14
 

Default XCART5 Proper Cache Settings

Can someone please tell me the proper cache settings for XCART5? In config.php, I have the following:
[cache]
; Type of cache used. Can take auto, memcache, apc, xcache, file values.
type=file
; Cache namespace
namespace=XLite
; List of memcache servers. Semicolon is used as a delimiter.
; Each server is specified with a host name and port number, divided
; by a colon. If the port is not specified, the default
; port 11211 is used.
servers=
Further, when I am done with development, what should these settings be?
[performance]
developer_mode = Off
skins_cache = off
compress_php_core = off
__________________
X-Cart Business 5.1.4
#39 SportLife Template
Reply With Quote