Author: [email protected]
Date: Wed Mar 18 07:59:51 2009
New Revision: 5039

Modified:
    wiki/IdeasToExplore.wiki

Log:
Tweaked script tag

Modified: wiki/IdeasToExplore.wiki
==============================================================================
--- wiki/IdeasToExplore.wiki    (original)
+++ wiki/IdeasToExplore.wiki    Wed Mar 18 07:59:51 2009
@@ -5,7 +5,7 @@
  = Ideas to Explore =

  == Chunking script blocks ==
-Break compiled script across multiple smaller <script> tags. knorton has  
results to show that this allows the parser to speed up (on Firefox --  
proving its not linear) while allowing the browser to stay more responsive,  
because it may be that it would parallelize parsing and  
downloading .cache.html in chunked responses.
+Break compiled script across multiple smaller `<script>` tags. knorton has  
results to show that this allows the parser to speed up (on Firefox --  
proving its not linear) while allowing the browser to stay more responsive,  
because it may be that it would parallelize parsing and  
downloading .cache.html in chunked responses.

  == Non-recursive RPC deserialization ==
  That is, a little language where the payload drives deserialization.Eval  
each chunk in a multipart response.
@@ -14,5 +14,3 @@
    * Returning the response using multipart would cause XHR to fire  
readyState = 3 events; thus pipelining deserialization
  Things to keep in mind
    * Not all browsers support this
-
-

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to