all about the wordpress 2.5 caching system
By admin • Apr 23rd, 2008 • Category: UncategorizedIf you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
theres a post on neosmart that answers alot of questions about the new caching system in wordpress
Ever since the creation of interpreted languages and the birth of dynamic web content, developers have been on the lookout for tools, workarounds, and extensions in search of a solution for a solution to bring maximum performance to the world of dynamically-generated web pages.
Perhaps the simplest, most straight-forward, and most effective of these solutions is the caching technique. In most caching implementations, the dynamic content generated by user requests to a particular URI on a server trigger the caching mechanism which then stores the generated content in a “storage facility” somewhere. Future requests to the same URI retrieve the stored content rather than spend time and effort re-creating the response.
The most-popular method of caching involves the archiving of the complete HTML response generated by the webserver and then stored as a static content on the hard drive for retrieval at a later date (usually with some mechanism responsible for expiring the content upon certain actions or after a set amount of time).
admin is
Email this author | All posts by admin






