Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WP CDN Rewrite

Descrizione

This plugin allows you to rewrite the root url of assets, css, and js files. This allows you to load these resources from an external URL improving the page load time by taking advantage of parallel browser requests.

This plugin requires the use of the Voce Settings API library.

If using Composer for dependency management, you can alternatively, after including the plugin files, run composer install to retreive the Voce Settings API dependency.

Installazione

  1. Upload cdn-rewrite to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Once the plugin has been activated, navigate to the CDN Rewrite settings page and set the appropriate settings.

Recensioni

23 Giugno 2020
Hello Team, nice plugin, i have wasted lot of time to integrated CDN to one of my client site, but every time it fails because of Elementor was not loading CDN Urls automatically. i have used this plugin and it works perfectly. Please release latest updates of this plugin, even this version is working properly. Thank you.
22 Novembre 2019
Only this plugin work for me. I tried CDN Enabler, WPRocket (inbuilt CDN Integration) Nothing works for me. Only this plugin can integrate CDN properly for single post statics file like images, js, css etc. Guys who used all the above mention plugin to integrate CDN please check your single post statics.
6 Dicembre 2016
Hi, Thanks for this plugin. Really does a good job. I use it together with WP Super Cache and Autoptimize. I have a small suggestion, it can be a great option in my opinion to add multi host support, for example: cdn1.domainname.com, cdn2.domainname.com etc. so if you have multi hosts/servers distro the plugin will divide the load between them.
Leggi tutte le recensioni di 9

Contributi e sviluppo

“WP CDN Rewrite” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “WP CDN Rewrite” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

0.4.0

  • Fixing bug with relative protocol and explicitly checking scheme

0.3.0

  • Abstracting logic from wp-cdn-rewrite.php in order for the class_exists check to work as intended when APC cache is enabled

0.2.1

  • Updating version numbers and change logs

0.2.0

  • Testing WordPress 4.4
  • Adding srcset support

0.1.5

  • Testing with WordPress 4.1

0.1.4

  • Fixing error when file does not exist and fixing _doing_it_wrong call

0.1.3

  • Adding Grunt build files

0.1.2

  • Adding Capistrano deploy files

0.1.1

  • Fixing issue with URLs without a path part.

0.1.0

  • Initial version.