caching
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 111
PHP data caching class
PHP data caching class is considered as an excellent and useful PHP class that can be used to cache arbitrary data in files. more>>
PHP data caching class is considered as an excellent and useful PHP class that can be used to cache arbitrary data in files.
Added: 2009-07-24 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
JavaScript Caching Hack
If you change the HTML and the CSS of a page there is a decent chance that a user will get the new HTML but not the new CSS. This is especially true for sites with high usage and users that come back to the site several times a day. If they only get more>> If you change the HTML and the CSS of a page there is a decent chance that a user will get the new HTML but not the new CSS. This is especially true for sites with high usage and users that come back to the site several times a day. If they only get the new HTML but not the new CSS then the site will break, the user will get confused, and you will look unprofessional. On the development site of this the problem is already solved. Having a Dev server as a place to test code is standard practice but how does this translate to CSS?<<less
Added: 2008-09-19 License: Freeware Price: $0.00USD
13 downloads
Caching your pages with php
Php caching techniques to increase database overhead. Those caching techniques are very useful for high traffic web sites. more>> Php caching techniques to increase database overhead. Those caching techniques are very useful for high traffic web sites.<<less
Added: 2007-01-16 License: Freeware Price: Free
1013 downloads
ASP .NET: Caching in Asp.net
This tutorial explains about The Importance of Caching, Declarative Page Output Caching, Programmatic Page Caching, Caching Page Fragments, Caching Data and Monitoring Performance. more>> This tutorial explains about The Importance of Caching, Declarative Page Output Caching, Programmatic Page Caching, Caching Page Fragments, Caching Data and Monitoring Performance.<<less
Added: 2006-05-30 License: Freeware Price: Free
1242 downloads
CaRP: Caching RSS Parser 3.5.6
Convert RSS feeds to HTML. Easily display news from other sites on your site, or convert your RSS feed to JavaScript for others to import. Supports RSS 0.91 thru 2.0. Many options for formatting output. Caches for quick redisplay. Works with proxy more>> Convert RSS feeds to HTML. Easily display news from other sites on your site, or convert your RSS feed to JavaScript for others to import. Supports RSS 0.91 thru 2.0. Many options for formatting output. Caches for quick redisplay. Works with proxy servers, password protected feeds, and redirected feeds. Filter and aggregate content from multiple feeds. Easily integrates with Tetra DHTML+AJAX scroller. Use with Grouper Evolution to display Atom feeds.<<less
Added: 2003-01-27 License: GPL Price: $129.97USD
14 downloads
Caching Techniques in ASP.NET 2.0 1
Tutorial explains declarative and programmatic output caching, including new database triggered cache invalidation capability. Performance is the key requirement of any application. One of important techniques which helps in the performance of more>> Tutorial explains declarative and programmatic output caching, including new database triggered cache invalidation capability. Performance is the key requirement of any application. One of important techniques which helps in the performance of application is Caching.<<less
Added: 2007-11-13 License: Freeware Price: $0.00USD
14 downloads
Effective In-Function Caching With PHP5
In-function caching can often be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around. more>> In-function caching can often be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around.<<less
Added: 2008-05-15 License: Freeware Price: $0.00USD
12 downloads
ASP.NET 2.0: Configuring Page-Level Caching
In this tutorial you will learn how to configure Page-Level Caching. Page directive and Duration attribute. more>> In this tutorial you will learn how to configure Page-Level Caching. Page directive and Duration attribute.<<less
Added: 2006-06-04 License: Freeware Price: Free
1238 downloads
Caching in an ASP.NET 2.0 Web Application 1
Caching is the most effective technique you can use to improve the performance of your ASP.NET web application. Designing your application with caching in mind, improves both the performance and the scalability of that application. more>> Caching is the most effective technique you can use to improve the performance of your ASP.NET web application. Designing your application with caching in mind, improves both the performance and the scalability of that application.<<less
Added: 2007-01-16 License: Freeware Price: $0.00USD
10 downloads
Other version of Caching in an ASP.NET 2.0 Web Application
License:Freeware
ASP.NET 2.0: State Management And Caching
In this tutorial you will learn about Cache Dependency, SqlCache Dependency, New methods added to the CacheDependency Class and The process of writing the cache dependency file. more>> In this tutorial you will learn about Cache Dependency, SqlCache Dependency, New methods added to the CacheDependency Class and The process of writing the cache dependency file.<<less
Added: 2006-06-04 License: Freeware Price: Free
1237 downloads
ASP.NET 2.0: Setting Application-Level Caching
In this tutorial you will learn how to set application-level caching in ASP.NET 2.0. To Configure and Use Parameter-Level Caching and also the steps involved to cache based on parameters. more>> In this tutorial you will learn how to set application-level caching in ASP.NET 2.0. To Configure and Use Parameter-Level Caching and also the steps involved to cache based on parameters.<<less
Added: 2006-06-04 License: Freeware Price: Free
1238 downloads
Improve your ASP.NET Site performance with Caching
Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch. A more>> Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch. A Proper use and fine tune of caching approach of caching will result on better performance and scalability of your site. However improper use of caching will actually slow down and consume lots of your server performance and memory usage. Good candidate to use caching is if you have infrequent chance of data or static content of web page.<<less
Added: 2007-10-01 License: Free Non-Commercial Price: $0.00USD
13 downloads
ASP.NET 2.0 Tutorials : Configuring Page-Level Caching
ASP.NET 2.0 Tutorials : Configuring Page-Level Caching - In this tutorial you will learn how to configure Page-Level Caching. Page directive and Duration attribute. more>> ASP.NET 2.0 Tutorials : Configuring Page-Level Caching - In this tutorial you will learn how to configure Page-Level Caching. Page directive and Duration attribute.<<less
Added: 2005-09-24 License: Freeware Price: Free
1493 downloads
PHPCache, a simple, powerful object caching solution 0.9
If you have a dynamic website, written in PHP and your site is slow then this solution might help you. Some times you have to have some slow query then process the result afterwards which makes the whole thing even slower. more>> If you have a dynamic website, written in PHP and your site is slow then this solution might help you. Some times you have to have some slow query then process the result afterwards which makes the whole thing even slower.<<less
Added: 2008-09-09 License: Other Price: $0.00USD
10 downloads
ASP.NET 2.0 Free Training : Setting Application-Level Caching
ASP.NET 2.0 Free Training : Setting Application-Level Caching - In this tutorial you will learn how to set application-level caching in ASP.NET 2.0. To Configure and Use Parameter-Level Caching and al more>> ASP.NET 2.0 Free Training : Setting Application-Level Caching - In this tutorial you will learn how to set application-level caching in ASP.NET 2.0. To Configure and Use Parameter-Level Caching and also the steps involved to cache based on parameters.<<less
Added: 2005-09-24 License: Freeware Price: Free
1496 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above caching search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed