Wro4j 1.7.7 釋出,Web 資源優化工具

edithfang發表於2014-09-27
Wro4j 1.7.7 釋出,此版本現已提供下載。此版本主要是 bug 修復,還有一些 Maven 外掛的效能改進。更多更新內容請看發行說明

issue 列表如下:
  • Issue854 Jshint plugin should not try processing css resources
  • Issue885 Update less4j dependency to latest version
  • Issue891 Optimize hashing implementation
  • Issue893 Upgrade google closure compiler dependency
  • Issue894 Upgrade jruby dependency (performance optimization)
  • Issue895 ChainedProcessor uses WroTestUtils which uses junit, making it not work at runtime
  • Issue896 Confusing exception with incrementalBuildEnabled
  • Issue897 Optimize how often files are checksummed
  • Issue900 Prevent buildDirectory from being null
  • Issue902 Race condition in LazyProcessorDecorator when parallelProcessing is enabled
  • Issue903 Update coffee-script webjars dependency to latest version



wro4j是一個Web資源優化工具。眾所周知,到伺服器載入一個大的檔案比載入兩個小的檔案快,因為會增加HTTP互動的次數並且大部分瀏覽器在任何時候對於同一個伺服器,只保持兩個連線。開發wro4j專案的目的是減少載入一個頁面的請求次數和傳輸的資料量。

點選下圖檢視大圖。



相關連結
來自:開源中國
相關閱讀
評論(1)

相關文章