Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html><head><title>Implications of "GWT's Perfect Caching"</title></head>
<body>
<center>
<h1>Implications of "GWT's Perfect Caching"</h1>
<p>
<table><tr><td>
The ".nocache.", ".cache." bucket solution means that the files delivered to the Client can be grouped into 4 chunks:<p>
<ol>
    <li><i>&lt;Module Name&gt;</i><tt>.nocache.js</tt> (created by GWT)<p></li>
    <li><i>&lt;md5&gt;</i><tt>.cache.html</tt> (created by GWT)<p></li>
    <li><i>&lt;startingPage&gt;</i><tt>.html</tt> (which according to Google/GWT can NOT have the ".cache.")<p></li>
    <li>All the rest of the supporting resources, e.g. CSS, other JavaScript, and all the images<br>
        &nbsp; &nbsp; (which "bucket" should each of these be in?)<p></li>
</ol>
<p>
</td></tr></table>
</center>
</body>
</html>

Commits for litesoft/trunk/Documents/ScarVersioningCaching/07.html

Diff revisions: vs.
Revision Author Commited Message
416 Diff Diff GeorgeS picture GeorgeS Thu 18 Aug, 2011 15:07:38 +0000
415 Diff Diff GeorgeS picture GeorgeS Thu 18 Aug, 2011 13:52:09 +0000
414 GeorgeS picture GeorgeS Thu 18 Aug, 2011 05:03:45 +0000