Server-Side Caching Options is an article which will be of much use to ASP programmers. Various caching techniques like element caching, page caching and data caching are discussed here. The author also tells about the advantages and disadvantages of
Zend Accelerator is a PHP caching programme for PHP scripts. When a PHP script is accessed the Zend Engine parses the script and compiles before executing it. As long as the script remains unchanged the accessing of the script is faster after the fir
Caching in .Net - Overview is an article in which users can get idea about page caching technique. In this tutorial author discusses about page caching, object caching, and methods involved for setting expiration time. Here the author describes this
Caching with ASP.NET is a web based article in which author discusses about methods involved in constructing cache, he clearly explains about page caching, fragment caching and data caching regarding to ASP.NET application. The author elaborates abou
PHP Accelerator is a PHP based caching utility. This can cache and optimise the PHP files. This script cahces the output of a PHP file in a separate file and when the PHP script is called for the second time it reads from the cahce file and gives the
AlberT-cache is a very tiny, full page caching system written in PHP. / It reduces server-load drastically, as pages are generated less often. It speeds up the serving of your pages, by caching the ouput of pages and returning them instead of reparsi
RFKcache is an easy to use caching system for PHP files. It is very efficient and easy to use. Since it caches the PHP files, when a second user call the same PHP file the processing is done instantly. This script also reduces the load of the server
Webmasters can utilize this caching component on their websites to enhance their web pages and reduce their webserver load. This component performs page fragmented caching and data caching and this component can be easily integrated into any custom w
Caching in ASP.NET is a web based tutorial through which programmers can get details about caching technique, various method of caching technique and advantages of using cache technique. Here author gives some of the tips for utilizing the cache tech
Caching in Web applications can provide dramatic improvements in performance. ASP.NET provides caching at several levels for you to leverage and improve the responsiveness of your application. |