Confirmed users, Bureaucrats and Sysops emeriti
1,737
edits
No edit summary |
|||
Line 59: | Line 59: | ||
=== [http://pecl.php.net/package/memcache/ Memcache] === | === [http://pecl.php.net/package/memcache/ Memcache] === | ||
This has been a great app for us, since it's simple and effective. Any data that is | This has been a great app for us, since it's simple and effective. Any data that is accessed often and can be hashed is a good candidate for memcache. | ||
* In AMOv2 we stored the complete page output in memcache using the URL as a the key | * In AMOv2 we stored the complete page output in memcache using the URL as a the key |