summaryrefslogtreecommitdiffstats
path: root/user_guide/general/caching.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/general/caching.html')
-rw-r--r--user_guide/general/caching.html8
1 files changed, 4 insertions, 4 deletions
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
<h1>Web Page Caching</h1>
-<p>CodeIgniter lets you cache your pages in order to achieve maximum performance.
+<p>CodeIgniter lets you cache your pages in order to achieve maximum performance.</p>
-Although CodeIgniter is quite fast, the amount of dynamic information you display in your pages will correlate directly to the
+<p>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.</p>
<h2>How Does Caching Work?</h2>
@@ -111,7 +111,7 @@ Previous Topic:&nbsp;&nbsp;<a href="errors.html">Error Handling</a>
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
Next Topic:&nbsp;&nbsp;<a href="profiling.html">Profiling Your Application</a>
-<p>
+</p>
<p><a href="http://www.codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2007 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>