
內容簡介
每個管理員都希望自己的網站加載速度盡可能地快。快速網站可以使每位訪客執行更多操作,並且有更高的轉換率(註冊、分享、閱讀、評論等)。
CleanerPress 嘗試讓您對輸出到用戶端的內容有更多控制。它目前執行以下操作:
合併 CSS 樣式表並緩存它。只有靜態 CSS 文件會返回給用戶。– 確保需要 chmod 的文件夾是有效的
如果你不想要管理條工具欄,可以將其移除
隱藏版本號、RSS、WLW 端點,以減少 HTML 大小並給黑客帶來一些麻煩。
通過 HeadJS 加載您所有的腳本。這意味著請求的數量不重要,網站渲染速度會加快 2-4 倍。同樣也適用於管理區域
從 Google CDN 加載 jQuery,使訪客已經緩存了它(嗯,90%的情況下)
選擇在哪裡加載哪些 WordPress 外掛
** 注意:所有選項都可以安全地啟用,並不會對 SEO 產生負面影響(速度很好)。 **
外掛標籤
開發者團隊
原文外掛簡介
Every admin wants to have their website loaded as fast as possible. A fast website results in more actions per visitors and higher conversions (signups, shares, reads, comments,etc).
CleanerPress tries to give you some more control over what is outputted to the user. It currently does te following:
Combine CSS stylesheets and caches it. Only static css files are returned to the user. – make sure to chmod the folder is needed
Remove the admin bar if you don’t want to have it
Hide version numbers, RSS, WLW endpoints to reduce html size and give hackers a harder time.
Loading all of your scripts via HeadJS. This means that the amount of request doesn’t matter, the website gets rendered 2-4 times faster. Will also be applied to the admin area
Load jQuery from the google cdn, so the visitor allready has it cached (well, 90% of the times)
select which plugins are loaded where
** NOTE: All options can safely be enabled and don’t affect seo negative (speed is good). **
