這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

NGT jsDelivr CDN

描述

It replaces all WP Core assets with versions hosted on jsDelivr.

The following conditions need to be met that plugins assets will be served from jsDeliver:

  1. The plugin needs to be hosted on wp.org. Commercial plugins and plugins from elsewhere will not work because jsDelivr mirrors the wp.org plugin dir and nothing else.
  2. The asset src URL most have /plugins/plugin-slug/ in them and end with .js or .css (excluding cash busting ?ver=1.2.3).
  3. It needs to have its current version published as a tag on the wp.org plugins SVN. Some plugins may only push to /trunk/ (like my own at the time of writing) or do not have their latest version published as tags.

Donations are really appreciated

It took me a lot of time to come up with this plugin and I had many iterations over various different approaches how to do this until I came up with this working solution that also does not need much code. I know the official plugin was abandoned years ago and I looked at complicated bloated code and did not even feel like learning what its doing and never looked at it again and started from scratch. Please donate here.

評價

2019年9月1日
Thank you for amazing plugin, it works like charm! 🙂 Just install and activate the plugin, it automatically replaced all CSS/JS elements with JSdelivr CDN URL. No settings! no customization! no headache!
2020年10月6日
Great plugin, just install it and without settings it's working. Even stuff from plugins is coming from the CDN.
閱讀全部5個評價

貢獻者及開發者

“NGT jsDelivr CDN” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 NGT jsDelivr CDN 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

2019-09-07 1.0.0

  • Run only once per page-load, better function names and some useful comments.

2019-08-31 0.9.4

  • Coding standards, some minor things.

2018-09-23 0.9.2

  • Fix: Force the recheck of file hashes when WP gets updated to not end up with core assets.

2018-09-01 0.9.1

  • Release