1
Primefaces 4.0從PageSpeed Insights會看到正在產生大量的開銷在頁面加載過程:Primefaces JavaScript的推遲解析
**605.3KiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering.**
http://localhost:8888/.../primefaces.js.xhtml?... (219.5KiB)
http://localhost:8888/.../jquery-plugins.js.xhtml?... (191.8KiB)
http://localhost:8888/.../jquery.js.xhtml?... (95.3KiB)
http://localhost:8888/.../tooltip.js.xhtml?... (34.5KiB)
http://localhost:8888/.../jsf.js.xhtml?... (25.4KiB)
http://localhost:8888/.../primefaces-extensions.js.xhtml?... (19.7KiB)
http://localhost:8888/.../watermark.js.xhtml?... (4.7KiB)
http://localhost:8888/.../hotkey.js.xhtml?... (1.2KiB)
任何想法,JavaScript文件可以設置這些第三方如何在身體部分的底部而不是頭或使用延遲/異步參數?在這種情況下,Javascript加載器不起作用,因爲這些來自JSF渲染器。另外我試圖爲PreRenderView創建一個監聽器(Best way for JSF to defer parsing of JavaScript?),但那並不奏效。任何其他可以解決這個問題的選項?謝謝你的幫助!