# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/g7roqza
Taro 小程序開發性能優化實踐**
‍我們團隊在利用 Taro 進行秒送頻道小程序的同時,一直在探索性能優化的最佳實踐。隨着需求的不斷迭代,項目中的性能問題難免日積月累,逐漸暴露出來影響用戶體驗。適逢雙十一大促,我們趁着這個機會統一進行了 Taro 性能優化實踐,現總結如下,希望能爲大家在日程的開發中提供借鑑,助力大促。優化前性能表現-----------性能表現主要從兩方面進行衡量,第一個是頁面加載時間,其次是頁面流暢程度。頁 ⌘ Read more