Jump to content

Caching methods in 4.6.9


Go to solution Solved by Randy Calvert,

Recommended Posts

I wonder, I have 4.4.10 and 4.6.9 in one host, using same PHP etc.

The 4.4.10 offers me the following methods:

- No caching -

APC
In order to use this method, the Apc extension must be installed on your server.

Memcached

Redis
In order to use this method, the Redis extension must be installed on your server.

Wincache
In order to use this method, the Wincache extension must be installed on your server.

XCache
In order to use this method, the Xcache extension must be installed on your server.

 

Where 4.6.9 only


- No caching -

Redis
In order to use this method, the Redis extension must be installed on your server.

 

Do I miss anything?

Link to comment
Share on other sites

  • Solution

The older methods (APC, Wincache, and XCache) have been depreciated for awhile now.  They were removed with 4.6.2. 

See the release notes at:https://invisioncommunity.com/release-notes/  (click on 4.6.2)

Redis is the only supported method for caching going forward.  Your host needs to have the phpredis module installed on the server to connect to Redis.  If it's installed, you'll see a configuration option to enter the Redis connection info. 

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...