From c644128fdd49a47d791240e0e38b54cd22412bc5 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 4 Jul 2007 23:54:32 +0000 Subject: fixed validation errors... about a zillion of em. --- user_guide/general/caching.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user_guide/general/caching.html') diff --git a/user_guide/general/caching.html b/user_guide/general/caching.html index 8756f7c1d..a881f2d42 100644 --- a/user_guide/general/caching.html +++ b/user_guide/general/caching.html @@ -63,11 +63,11 @@ Page Caching

Web Page Caching

-

CodeIgniter lets you cache your pages in order to achieve maximum performance. +

CodeIgniter lets you cache your pages in order to achieve maximum performance.

-Although CodeIgniter is quite fast, the amount of dynamic information you display in your pages will correlate directly to the +

Although CodeIgniter is quite fast, the amount of dynamic information you display in your pages will correlate directly to the server resources, memory, and processing cycles utilized, which affect your page load speeds. -By caching your pages, since they are saved in their fully rendered state, you can achieve performance that nears that of static web pages. +By caching your pages, since they are saved in their fully rendered state, you can achieve performance that nears that of static web pages.

How Does Caching Work?

@@ -111,7 +111,7 @@ Previous Topic:  Error Handling Top of Page   ·   User Guide Home   ·   Next Topic:  Profiling Your Application -

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b