WinCache Drupal

Component ID

2314383

Component name

WinCache Drupal

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

10311

Component created

Component changed

Component body

Using Wincache Extension to speed up your site

Wincache is what makes using PHP on Windows feasible and fast.

  • User cache (shared memory between PHP processes)
  • File system operation accelerator using native Win32 API
  • File system + Resolve Path cache
  • Opcode caching (Zend Opcache is BROKEN on windows, so you need to use the Wincache Opcode Cache)

To unleash the full power of Wincache, you should also use the Supercache module.

Support

This module is developed and maintained in personal time. If it was useful to you,


Paypal Donate

Or use Bitcoin:

Paypal Donate

1MXo2pFjoE6hF63D9xscTQ12kBikNsE8Ec

Useful resources

Official Microsoft Wincache php extension forum:

http://forums.iis.net/1164.aspx

Calling .Net code from PHP:

http://www.drupalonwindows.com/en/content/netphp

Installing Drupal on Windows, IIS and SQL Server:

http://www.drupalonwindows.com/en/blog/installing-drupal-windows-and-sql...
http://www.drupalonwindows.com/en/blog/installing-drupal-8-windows

Check the complete README file for detailed setup instructions.