mirror of
https://github.com/php/web-php.git
synced 2026-04-29 09:53:12 +02:00
15 lines
301 B
PHP
15 lines
301 B
PHP
<?php require "header.inc"?>
|
|
<h1>Goal #5</h1>
|
|
|
|
<p>Be as cache-friendly as possible.
|
|
|
|
<h2>Why?</h2>
|
|
|
|
<ul>
|
|
<li>Not everyone has a DS-3 to their house.
|
|
<li>If anyone can cache the pages, so can you.
|
|
<li>It's "The Right Thing To Do"<sup><font size=1>®</font></sup>
|
|
</ul>
|
|
|
|
<?php require "footer.inc"?>
|