kinyelo / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
1 stars 2 forks source link

Reloading, then ajax #329

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When administrating the blog, almost every tab in turn displays uses ajax to 
fetch the important content, resulting in yet another http request.  Why have 
the page reload at all, when clicking between pages?

Thanks!

Original issue reported on code.google.com by derrick.simpson@gmail.com on 28 Aug 2010 at 8:35

GoogleCodeExporter commented 9 years ago
There are several reasons for this:

1. Reduce amount of information to load in first request.
2. Split logic into several independant pages/js files to simplify maintenance.

Original comment by kinyelo@gmail.com on 25 Sep 2010 at 9:19

GoogleCodeExporter commented 9 years ago
Right, I agree with those things.  My point is, that the initial "request" 
could simply be a "tab"/"context" switch.

Original comment by derrick.simpson@gmail.com on 27 Sep 2010 at 8:58