-
Notifications
You must be signed in to change notification settings - Fork 1.8k
weex在android上的渲染速度如何优化 #1935
Comments
你这包括网络时间吗?有做一些预缓存之类的处理吗 |
就一个空的页面,不包含任何控件,js文件是放在android项目本地的,所以没有网络时间,也没有缓存 |
本地的话一般会很快的。 |
这个问题我们也很关注,不过一个空的div耗时1s有点过分了,之前我trace过整个weex的渲染性能问题,性能主要是下面两点:
我们根据渲染性能的问题提了这样一个pr,希望对你有帮助: |
谢谢,关注中。 |
赞 |
渲染性能不如0.18,这个有数据对比吗?麻烦帖一下,公司正打算升级 |
According to the community guideline, which is voted in the mailing list but not released yet, Github Issues is only for bug report and questions that doesn't get answer on stackOverflow. You may discuss the performance issue on the mailing list. Thanks. |
weex项目build到原生android中,一个activity从onCreate到renderSucc的耗时:
简单页面,只有一个空div需要1秒左右
复杂一些的,比如列表+子组件的 就要2.5秒+
那么问题来了,从打开activity到页面渲染完成,这中间的几秒空白页,大家是如何处理的呢?
The text was updated successfully, but these errors were encountered: