Tencent / VasSonic

VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Other
11.81k stars 1.61k forks source link

重定向使用的时间翻倍 #218

Closed lazy-play closed 6 years ago

lazy-play commented 6 years ago

What steps will reproduce the problem? 该问题的重现步骤是什么? 为了加快子页面的速度所以在shouldOverrideUrlLoading为每个url绑定一个SonicSession url可能会有重定向,页面内容为空,只负责跳转 结果->重定向使用的时间翻倍

What is the expected output? What do you see instead? 你期待的结果是什么?实际看到的又是什么? 可见页面快速显示,重定向时间正常

What version of the product are you using? On what operating system? 你正在使用产品的哪个版本?在什么操作系统上? 3.0.0-beta,安卓

Please provide any additional information below. 如果有的话,请在下面提供更多信息。

qq 20180321094718

marlonlu commented 6 years ago

Sonic遇到302跳转时会放弃本次sonic session,重新走直连,那么耗时会比普通直连增加

lazy-play commented 6 years ago

对于这种情况是否有比较好的应对方法? @marlonlu

vasdeveloper commented 6 years ago

对于此类情况 暂时没有太好办法