X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   General questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=66)
-   -   X-cart 5 config.php - Can't have a KB about it (https://forum.x-cart.com/showthread.php?t=74775)

GlasPak 12-08-2016 11:41 AM

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?

qualiteam 12-18-2016 10:39 PM

Re: X-cart 5 config.php - Can't have a KB about it
 
Quote:

Originally Posted by GlasPak
Is type used anymore? is auto correct for opcache?


It is used, however, it doesn't support opcache.

Quote:

Originally Posted by GlasPak
Where are the canonical urls stored to verify they are using the correct path?


These are generated on the fly and are not stored in the database.

Quote:

Originally Posted by GlasPak
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?


It can be enabled, but there will likely be no profit from this.


All times are GMT -8. The time now is 05:11 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.