Aryeh Gregor wrote:
On Wed, Aug 11, 2010 at 5:55 PM, Roan Kattouw roan.kattouw@gmail.com wrote:
Is that a server-side redirect, or is it done in JS? In the latter case, it taking long would make sense, and would actually be slowed down by moving all <script> tags to the bottom (incidentally, that's what I've done today in the resourceloader branch).
I have no idea. If it were server-side, it would have to be done in Squid, presumably. A JS redirect would explain a lot of the slowness -- an HTTP redirect shouldn't be that slow.
It is a javascript (see extensions/WikimediaMobile) Plus, those browsers won't be too optimized.