Bug #1828
closedTwo second delay on default bootstrap load without javascript
0%
Description
Without javascript, an application that is configured for a default bootstrap load encounters a two-second delay --- at least with some browsers that were tested, including Windows7/Chrome 26.0.1410.43.m, Windows7/Firefox 20.0, Debian squeeze/iceweasel 3.5.16, and Debian wheezy/iceweasel 10.0.12.
This delay with javascript disabled can be observed with the wt example application examples/gitmodel/gitview.wt built with Wt release 3.3.0. It also seems to occur with the online example available at: http://www.webtoolkit.eu/wt/examples/gitmodel/gitview.wt.
NOTE: There also seems to be a delay with Windows7/Firefox 20.0, even with Javascript enabled.
I tested a patch which reverts a few lines of code from the Jan 25, 2013, "merged in boostrap branch". It seems to help with the no javascript case. But, the Windows7/Firefox 20.0 delay still occurs. I'm not sure that this a good or complete solution, but a pull request is available for your review on github: https://github.com/kdeforche/wt/pull/22.
Updated by Koen Deforche over 11 years ago
Hey,
I've committed a fix specifically for Firefox 20 (see #1821). The other issues for (browsers without JavaScript) should not happen either, but may be an unrelated problem.
Regards,
koen
Updated by Koen Deforche over 11 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.1
Updated by Bruce Toll over 11 years ago
Hi Koen,
Thanks for fixing the Firefox 20.0 issue (as described in your comment on issue #1821). I'm impressed that you were able to track this down so quickly.
I re-tested my application with the update that you committed (see #1821) and it now works fine with Firefox 20.0.
Please note that the 2 second delay without javascript persists. I referenced a pull request above that seems to address the delay issue in my testing. I'm not sure if it will be helpful though, since it reverts an earlier change, and might re-introduce other problems....
Regards,
Bruce
Updated by Koen Deforche about 11 years ago
- Status changed from InProgress to Resolved
The 2s delay with plain HTML sessions wasn't specific to Firefox (luckily) and I've fixed this now too.
Updated by Bruce Toll about 11 years ago
Hi Koen,
Thanks for following-up. I'm really looking forward to upgrading to the next release!
---Bruce
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed