Proposal for "phpfastcache"

» Metadata » Status
  • Category: Caching
  • Proposer: Khoa Bui 
  • License: MIT License
» Description

Your PHP is sending 10,000 queries extractly the same to Database. Let phpFastCache reduce it to 1 query and serve your 10,000 visitors.

One Caching Class use for ALL cache: Files, APC, WinCache, MemCache and MemCached, XCache, PDO.

You will never have to rewrite your code again when you change your servers

phpFastCache dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful

More information and EXAMPLES at http://www.phpfastcache.com

» Dependencies » Links
  • PHP 5.1+
» Timeline » Changelog
  • First Draft: 2013-05-13
  • Proposal: 2013-05-13
  • Call for Votes: 2013-08-06
  • Voting Extended: 2013-08-13
  • Khoa Bui
    [2013-08-05 23:16 UTC]

    Version 2
    Fixed + Improved