
內容簡介
TL;DR 這款外掛可以從已經加載的靜態資源(例如CSS和JavaScript的網址)中刪除查詢字符串。
若網址中有問號(?)或和號(&),很可能會繞過代理快取伺服器。因此,從網址中清除查詢字符串可以顯著提高WordPress網站的效能。該目標是為了改善服務的速度得分,例如PageSpeed,YSlow,Pingdom,LoadImpact等等。
此外,該外掛還有一個功能,可以刪除通訊協定的前綴,使資源的載入相對於通訊協定路徑更加簡單。 嘗試強制所有連結的資源都使用相同的通訊協定。
外掛標籤
開發者團隊
原文外掛簡介
TL;DR This plugin will remove query strings from enqueued static resources like CSS & JavaScript urls.
Resources with a question mark (?) or ampersand (&) in the URL often bypass a proxy cache server. Thus by cleansing the query string from the URL should significantly increase your WordPress site performance. The goal is to improve your speed scores in services like PageSpeed, YSlow, Pingdom, LoadImpact.
Additional funcitonality is to strip the protocal prefix to simplify asset loading to be relative to the protocal path. Attempts to force all linked assets to be of the same protocal.
