Website Templating
A template engine is a piece of software that processes an input text (the template) to produce one or more output texts.The processing itself generally consists in replacing specific sequences of text with data provided by a model or resulting from more complex operations.
From : en.wikipedia.org/wiki/Template_engine
jpcache
jpcache is a lightweight, full page caching system for PHP, thus reducing server-load, as pages are generated less often. It dramatically speeds up the serving of your pages, by caching the ouput of pages and returning them instead of compiling the php-page.
It also uses gzip content-encodig and ETag-headers, which results in around 80% in traffic-saving for php-pages. You can choose to store the cached output in files in a local dir or in a database.
jpcache has been released under the GNU Public License (GPL).
Features:
- Caches full php pages for seconds
- When not modified since last visit, sends 304 response
- When modified or first visit, sends gzipped content if possible, else uncompressed content
- You can choose between file or MySQL based storage
Takes GET and POST data into account when caching
visit
jpcache
jpcache was visited : 46 times
Loading .....