在日常開發中,webpack框架打包的時候,vendor打包出來居然有3.3mb.
勢必會導致載入過程中的緩慢,如果是非同步載入,則會載入更加迅速.那麼如何實現vendor的切割呢
我們需要利用到webpack中的optimization屬性
原先是vendor,chunks為all.將所有打包進來,不進行分割
splitchunks: ,
現在將其中涉及到大型的專案,統統抽離出來
格式為
splitchunks: ,
...},
},
完整打包切割方案附上
splitchunks: ,
react: ,
antd: ,
chunks: 'initial',
priority: 11,
enforce: true,
},moment: ,
chunks: 'initial',
priority: 13,
enforce: true,
},},
},
MDF LDF檔案過大
use ivms8100 go object storedprocedure dbo clearmemory script date 04 13 2010 14 28 39 set ansi nulls on goset quoted identifier on go start 強制釋放記憶體 c...
Qt打包過大
經常看到網上有些論調說 qt 程式無比龐大,甚至拿 net 程式來比,說 qt 程式打包以後跟 net 安裝包差不多大。由此影響了很多人對 qt 的選擇。我覺得有必要對此做一些澄清 顯然這個說法是錯誤的!很容易理解,雖然 qt 提供了很多元件,但並非所有的元件都會被程式使用,也並非所有的元件都需要打...
redis AOF檔案過大
最近新安裝了一台redis,版本為redis 3.2.5 資料盤用的是固態硬碟。之前用的是普通硬碟,redis日誌天天報 asynchronous aof fsync is taking too long disk is busy?writing the aof buffer without wai...