View Single Post
  #1  
Old 12-08-2016, 11:41 AM
  GlasPak's Avatar 
GlasPak GlasPak is offline
 

eXpert
  
Join Date: May 2015
Posts: 241
 

Default X-cart 5 config.php - Can't have a KB about it

Code:
; ; ---------------------- ; Cache settings ; ---------------------- ; [cache] ; Type of cache used. Can take auto, memcache, apc, xcache, file values. type=auto ; 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

Is type used anymore? is auto correct for opcache?

Code:
; Use canonical URL for product page use_canonical_urls_only = On
Where are the canonical urls stored to verify they are using the correct path?


Code:
[performance] developer_mode = off skins_cache = off compress_php_core = off

I have used compress_php_core before and it caused rebuild errors so never have used that again, what about Skins_cache? Is that still used?
__________________
Business License
https://glaspak.com
GoDaddy VPS - Apache with WHM
2GB ECC DDR3 1600MHz
2x Intel E5-2630L v2 Hex Core 2.4/2.8ghz
15 MB proc cache
60 GB 10k RPM hdd
PHP 7.0.15
MariaDB 10.1.21 with InnoDB engine
Reply With Quote