
內容簡介
總結:這款 WordPress 外掛自動清理 CSS 和 JavaScript 檔案中的版本參數(像是 ?ver=, ?v=),解決 GTMetrix、Pingdom 和 Google PageSpeed Insights 中發現的「移除靜態資源的查詢字串」警告,大幅提升網站的快取能力。
問題與答案:
<ul>
<li>這個外掛的主要功能是什麼?</li>
<p>自動清理靜態資源中的版本參數(如 ?ver=、?v=)。</p>
<li>這個外掛有哪些主要功能特點?</li>
<p>
<ul>
<li>高性能:使用靜態快取和 O(1) 複雜度查找演算法。</li>
<li>智慧篩選:自動排除關鍵資源,如 CDN 和 Google Fonts,以防止斷線。</li>
<li>開發者友好:包括像 rqs_excluded_handles 的鉤子,用於自訂排除。</li>
<li>安全:無需進行資料庫更改,完全在前端運作。</li>
</ul>
</p>
</ul>
外掛標籤
開發者團隊
② 後台搜尋「InfoBilisim Query Strings Remover」→ 直接安裝(推薦)
原文外掛簡介
This plugin automatically cleans up version parameters (like ?ver=, ?v=) from your static resources (CSS and JavaScript files). This helps resolve the “Remove query strings from static resources” warning found in GTMetrix, Pingdom, and Google PageSpeed Insights, significantly improving your website’s caching capabilities.
Key Features:
High Performance: Uses static caching and O(1) complexity lookup algorithm.
Smart Filtering: Automatically excludes critical resources like CDNs and Google Fonts to prevent breakage.
Developer Friendly: Includes hooks like rqs_excluded_handles for custom exclusions.
Safe: No database changes, works entirely on the frontend.
