You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/12/29 02:27:06 UTC

[GitHub] chenzefeng09 edited a comment on issue #1935: weex在android上的渲染速度如何优化

chenzefeng09 edited a comment on issue #1935: weex在android上的渲染速度如何优化
URL: https://github.com/apache/incubator-weex/issues/1935#issuecomment-450457600
 
 
   > 这个问题我们也很关注,不过一个空的div耗时1s有点过分了,之前我trace过整个weex的渲染性能问题,性能主要是下面两点:
   > 
   > 1. 低端机器上性能热点主要表现在jscore执行js的耗时
   > 2. 高端机器上的性能热点主要表现在core抛出虚拟dom到java层执行的时间,虚拟dom到真正执行时抛的一个个message执行的,而且是单线程,很容易出现不同页面之间的操作相互干扰的现象。之前测试过,单独加载一个页面只需要1s,同时加载2个一样的页面,两个都需要1.5s。
   > 
   > 我们根据渲染性能的问题提了这样一个pr,希望对你有帮助:
   > #1978
   
   赞
   感觉0.19重构之后渲染性能不如0.18版本(Android,主观感受)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services