IngramChen
積分 1
web app 在 chrome 以外依然很慘。
是說 flutter web 比較像是 mobile app 想要進 web 的捷徑,而不是取代原本的 web 技術。這跟 electron 之於 native desktop 是一樣的意思
IngramChen
積分 3
大概把 ORM 拿掉就能回到 100 requests/sec.
然後簡單的 tuning 一下 SQL (例如加加 index) ,可以上升到 300 以上
最佳化資料庫 (例如使用 materialized view, partition... 等技巧) 可以升到 1000 以上
想要再更高就是資料庫加 ram 加 nvme 加 slave
想破萬就是能 cache 的就瘋狂加 cache (nginx micro-caching is your best friend)