Projects tagged ‘cache’ and ‘php’


[52 total ]

85 Users
   

APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.
Created over 3 years ago.

38 Users
   

XCache is a open-source opcode cacher, which means that it accelerates the performance of PHP on servers. It optimizes performance by removing the compilation time of PHP scripts by caching the ... [More] compiled state of PHP scripts into the shm (RAM) and uses the compiled version straight from the RAM. This will increase the rate of page generation time by up to 5 times as it also optimizes many other aspects of php scripts and reduce serverload. [Less]
Created over 3 years ago.

18 Users
   

eAccelerator is a further development of the mmcache PHP accelerator and encoder. It increases the performance of PHP scripts by caching them in a compiled state, so that the overhead of compiling is almost completely eliminated.
Created over 3 years ago.

1 Users

Created 4 months ago.

1 Users
 

SmartOptimizer is a PHP program that enhances your website performance by optimizing the front-end using techniques such as minifying, compression, caching and concatenation.
Created about 1 year ago.

1 Users

Just a simpler news system in the KISS principle.
Created about 1 year ago.

1 Users

A multi-purpose Symfony caching plugin: - Provides Symfony 1.1+ cache classes for Symfony 1.0 (with an adapter for view caching). - Also provides a transparent and extensible API to cache objects ... [More] with the cache classes, for any version of Symfony. - A convenient way to get cache classes depending on your environment. - DebugBar/Logging for any cache class, with timing and hit/miss information. [Less]
Created 8 months ago.

1 Users

LayerCache is a simple caching framework for PHP5 which allows you to easily plug a multi-layer caching mechanism into your application. It implements the concept of layered caching where an item ... [More] can be cached in several layers. When you request an item, the framework reads from each cache in the stack. If the item is present, it's returned, if it isn't, it's retrieved from the source and stored in all caches in the stack. [Less]
Created 4 months ago.

0 Users

Templation is a template framework for content-based websites. Unlike RAD environments and MVC frameworks which are all the rage these days, Templation operates under a much simpler content-oriented ... [More] paradigm--the traditional HTML file in a web server directory. Although it is written (and extensible) in PHP, Templation is essentially a nuts and bolts HTML tool. The core idea was to provide a more flexible way to remove repetitive code from HTML sites. Rather than a rigid templating system like Dreamweaver templates, or a brittle system of SSI or PHP includes, or an application-oriented framework, Templation operates on two incredibly simple but profound ideas. 1. It's more natural for a site to be defined by one or more templates which have content areas that are 'filled in' by individual pages, rather than have individual pages be responsible for calling in headers and footers and other shared elements. 2. The directory structure of a site holds a lot of implicit information about the site. For instance, all the html files in a given directory tend to be more alike and share more common elements than html files found in different directories. By creating hooks to control the construction of HTML documents based on the directories they are in, we can almost completely remove HTML redundancy from any site without sacrificing flexibility. Templation was developed to solve real-world problems rather than based on a grand vision. As a result it's unlike anything else out there. Give it a try and let me know what you think. [Less]
Created 12 months ago.

0 Users

Vureno FrameworkVureno is a PHP framework that focus easy and fast MVC Web portals.
Created 12 months ago.