移動端效能

2022-03-06 09:34:19 字數 301 閱讀 3186

1、減少或避免使用repaint(頁面重繪),reflow(頁面回流)

2、盡量快取可以快取的資料

3、用css3動畫代替dom 操作的動畫,可以用animation.css

html5常用api

1、dom操作 queryselector

2、本地資料儲存,localstorage,setitem,getitem;

3、地理位置資訊

4、頁面效能監控藉口,window.performance.timing;

5、跨域通訊介面,postmessage,優點,頁面效能的提公升

移動端效能優化?

盡量使用css3動畫,開啟硬體加速。適當使用touch事件代替click事件。避免使用css3漸變陰影效果。可以用transform translatez 0 來開啟硬體加速。不濫用float。float在渲染時計算量比較大,儘量減少使用 合理使用requestanimationframe動畫代替s...

移動端app效能測試 monkey

一 壓力測試 monkey monkeyscript monkeyrunner adb shell monkey 1000 adb logcat gerp start獲取包名和activity名 adb shell monkey p 包名 1000 1 throttle引數 adb shell mo...

PerfDog效能狗移動端效能測試工具

你又是否因尋找效能測試分析工具,而彷徨迷茫?你是否因工具需要,而嘗試各種root 越獄?你是否因工具準確性,而被逼各類花式複測驗證?你是否因工具侷限性,而同時開啟n個工具?你又是否因工具空白,而被迫各式xcode原始碼編譯?root 越獄越來越難,你我路在何方?版本編譯坑羅密布,你我又將守夜到何時?...