Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

[WEEX-552][iOS] apm for ios #1412

Merged
merged 1 commit into from
Aug 9, 2018

Conversation

lucky-chen
Copy link
Contributor

@lucky-chen lucky-chen commented Aug 9, 2018

  • use new protocol WXApmProtocol to record weex page performance
    • record stage (download -> success/falied -> renderStart -> fsRenderTime -> interactionTime -> destroy)
    • record property , such as wxInstanceType(page/embed) ,wxParentPage(for embed) ...
    • record stats : wxBundleSize、wxMaxDeepVDomLayer、wxCellUnReUseCount
    • reord event : gc、press home and so on (not impl now)
  • deprecated WXMonitor
  • more performance point
  • add WXApmGeneratorImpl (WXApmProtocol impl case ) in demo

@weex-bot
Copy link

weex-bot commented Aug 9, 2018

Messages
📖 No android file has been changed.
📖 android build verification finished.

Generated by 🚫 dangerJS

* [iOS] more info
use new protocol WXApmProtocol to record weex page performance
    record stage (download -> success/falied -> renderStart -> fsRenderTime -> interactionTime -> destroy)
    record property , such as wxInstanceType(page/embed) ,wxParentPage(for embed) ...
    record stats : wxBundleSize、wxMaxDeepVDomLayer、wxCellUnReUseCount
    reord event : gc、press home  and so on (not impl now)
deprecated WXMonitor
more performance point
add WXApmGeneratorImpl (WXApmProtocol impl case ) in demo
@cxfeng1-zz cxfeng1-zz merged commit 539621f into apache:master Aug 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants