We're running a typo3-website on Windows Server using IIS 8.5 and php 5.6.15 via FastCGI. To improve performance and reduce db-load, we enabled the WinCache-Extension, because of it's UserCache capabilities. WinCache's OpCache is disabled, since it is stated as deprecated and OpCache is already bundled with php.
- Does it make any sense for the purpose of performance, to enable WinCache-FileCache too, besides php's OpCode-Cache?
- Is there any order, these caches are used, or will these cache-types compete against each other?
- Should I better completely disable OpCache, in case of using WinCache?
Any advice would be appreciated.