Thanks. There are two types of document for weex now API/FAQ documents, which we hosted it in another git repos. https://github.com/apache/incubator-weex-site/ <https://github.com/apache/incubator-weex-site/> System design documents, which is the case happening here.
There is no suitable place to write system design documents now. Is there any advice or where will other Apache project host their system design documents. > 在 2019年1月24日,00:44,Myrle Krantz <[email protected]> 写道: > > Hey all, > > Generally Apache mailing lists don't allow attachments. It may be possible > to change this; I'd have to ask infra. But since this is a design > discussion, perhaps you wish to document your design in confluence? Weex > does have a confluence space with fairly limited permissions. We could > explore making the permissions of the confluence space more expansive if > you're interested. > > Best Regards, > Myrle > > On Wed, Jan 23, 2019 at 4:51 AM 申远 <[email protected]> wrote: > >> 1. Image is still missing >> 2. Document is needed for such features, you may provide the image in the >> document if there is a problem with your email server. >> https://github.com/apache/incubator-weex-site/tree/draft < >> https://github.com/apache/incubator-weex-site/tree/draft> >> >>> 在 2019年1月22日,20:28,龙泉 <[email protected]> 写道: >>> >>> >> 要解决的问题是weex页面render耗时长的问题,这里定义从WXSDKInstance的render方法开始到onRenderSuccess执行中间的时间为渲染的耗时。 >>> >>> 有了耗时的定义再来看看weex正常的render过程: >>>> render -> http请求JsBundle -> weexcore createInstance -> >> jsCore执行jsBundle -> 创建虚拟dom action -> weex frameWork执行dom action -> >> 创建component、view、更新layout等 -> android系统渲染view >>> >> >>
