Title: commonWP
Author: Milan Dinić
Published: <strong>14.09.2018</strong>
Last modified: 24.02.2019

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

![](https://s.w.org/plugins/geopattern-icon/commonwp.svg)

# commonWP

 Автор: [Milan Dinić](https://profiles.wordpress.org/dimadin/)

[Скачать](https://downloads.wordpress.org/plugin/commonwp.1.1.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/commonwp/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/commonwp/#reviews)
 * [Разработка](https://ru.wordpress.org/plugins/commonwp/#developers)

 [Поддержка](https://wordpress.org/support/plugin/commonwp/)

## Описание

commonWP is a plugin that enables usage of free, public CDN ([jsDelivr](https://www.jsdelivr.com/))
for open source JavaScript and CSS files. Those files are:

 * All files from WordPress core, unless development version of WordPress is used.
 * All files from plugins hosted by WordPress.org Plugins Repository, unless author
   of specific plugin doesn’t use [SVN tags for releasing](https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/#tagging-new-versions).
 * All files from themes hosted by WordPress.org Themes Repository.
 * All files from plugins and themes hosted on [GitHub](https://github.com/) that
   support [GitHub Updater](https://github.com/afragen/github-updater).
 * All files marked as available on [npm](https://www.npmjs.com/) in any type of
   theme, plugin, or MU plugin.

It aims to be both lightweight and very secure. The approach used in this plugin
is safer then in any other plugin that enables usage of any CDN. First, commonWP
will only rewrite file to point to one on jsDelivr if that remote file is identical
to local one. Second, during comparison, it generates [subresource identity hash](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity)
of remote jsDelivr file and includes that hash in page’s source code so browser 
won’t load remote file if it doesn’t have exactly the same hash.

There are no any settings. After activation, it will fill up its cache in the background,
and that may take some time depending on number of resources site uses.

For much more details about commonWP, head over to its [GitHub repository](https://github.com/dimadin/commonWP).

## Отзывы

![](https://secure.gravatar.com/avatar/8da0986052c1c3899c72f4f06071779e013297278c2daa84c8dde975fdfdb848?
s=60&d=retro&r=g)

### 󠀁[It does the job beautifully](https://wordpress.org/support/topic/it-does-the-job-beautifully-2/)󠁿

 [Cristian J. Hidalgo](https://profiles.wordpress.org/sircam73/) 21.12.2023

Period.

![](https://secure.gravatar.com/avatar/cdf9b2709188a2f36dc5d9e01910afcb87f4900632a0f996d543aa2b4891242a?
s=60&d=retro&r=g)

### 󠀁[Good Job!](https://wordpress.org/support/topic/good-job-1427/)󠁿

 [sagas1324](https://profiles.wordpress.org/sagas1324/) 27.03.2021

Thank you, working ! ☺

![](https://secure.gravatar.com/avatar/133d79eae72e04f2ec4c75e584f688a646235b389161a85a0d1c384d5d28dbfb?
s=60&d=retro&r=g)

### 󠀁[Works great](https://wordpress.org/support/topic/works-great-7253/)󠁿

 [bsmolyanov](https://profiles.wordpress.org/bsmolyanov/) 14.11.2020

I trully hope this wonderful plugin will be supported!

![](https://secure.gravatar.com/avatar/a402a66cd2e743108402a060a3a9f68e27124af71189a63ebc827104734cd551?
s=60&d=retro&r=g)

### 󠀁[Works great!](https://wordpress.org/support/topic/works-great-6739/)󠁿

 [SandyMe](https://profiles.wordpress.org/sandyme/) 08.05.2020 1 ответ

Just install, activate, and immediate improvement. Thank you!!! Your work is appreciated.

![](https://secure.gravatar.com/avatar/4f0ef294038989ca9f0131e0a0627b0c289f0c498e3bdeb97f21f6fe940065a8?
s=60&d=retro&r=g)

### 󠀁[One of the best FREE plugin](https://wordpress.org/support/topic/one-of-the-best-free-plugin-5/)󠁿

 [Julian Song](https://profiles.wordpress.org/julians3/) 30.09.2019

Thank you for such amazing plugin

![](https://secure.gravatar.com/avatar/c4013d605692b83e8352621b52cd24ca743bd7918df5ddad2677f9136d775ff8?
s=60&d=retro&r=g)

### 󠀁[Doesn’t play well with AutOptimize](https://wordpress.org/support/topic/doesnt-play-well-with-autoptimize/)󠁿

 [mesmer7](https://profiles.wordpress.org/mesmer7/) 22.09.2019 1 ответ

When I first installed CommmonWP, it made a mess of my style sheet. I had to disable
the AutOptimize setting, «Aggregate CSS-files», to make the plugins work together.
Unfortunately, that doubled the number of HTTP requests, which added 1 whole second
to the page load time.

 [ Посмотреть все 18 отзывов ](https://wordpress.org/support/plugin/commonwp/reviews/)

## Участники и разработчики

«commonWP» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад
следующие участники:

Участники

 *   [ Milan Dinić ](https://profiles.wordpress.org/dimadin/)

«commonWP» переведён на 6 языков. Благодарим [переводчиков](https://translate.wordpress.org/projects/wp-plugins/commonwp/contributors)
за их работу.

[Перевести «commonWP» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/commonwp)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/commonwp/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/commonwp/), или подпишитесь 
на [журнал разработки](https://plugins.trac.wordpress.org/log/commonwp/) по [RSS](https://plugins.trac.wordpress.org/log/commonwp/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.1.0

 * Released on 27th December 2018
 * Define scripts added in WordPress 5.0 that are available on npm.
 * Fix version of WordPress core on GitHub for major versions.
 * Disable Jetpack Site Accelerator for static files.
 * Minor inline documentation fixes.

## Мета

 *  Версия **1.1.0**
 *  Обновление: **7 лет назад**
 *  Активных установок: **400+**
 *  Версия WordPress ** 4.7 или выше **
 *  Совместим вплоть до: **5.1.22**
 *  Версия PHP ** 5.4 или выше **
 *  Языки
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/commonwp/), [Dutch](https://nl.wordpress.org/plugins/commonwp/),
   [English (US)](https://wordpress.org/plugins/commonwp/), [Italian](https://it.wordpress.org/plugins/commonwp/),
   [Serbian](https://sr.wordpress.org/plugins/commonwp/), [Spanish (Chile)](https://cl.wordpress.org/plugins/commonwp/)
   и [Spanish (Spain)](https://es.wordpress.org/plugins/commonwp/).
 *  [Перевести на ваш язык](https://translate.wordpress.org/projects/wp-plugins/commonwp)
 * Метки:
 * [cdn](https://ru.wordpress.org/plugins/tags/cdn/)[free cdn](https://ru.wordpress.org/plugins/tags/free-cdn/)
   [jsDelivr](https://ru.wordpress.org/plugins/tags/jsdelivr/)[performance](https://ru.wordpress.org/plugins/tags/performance/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/commonwp/advanced/)

## Оценки

 4.7 из 5 звёзд.

 *  [  16 5-звездный отзыв     ](https://wordpress.org/support/plugin/commonwp/reviews/?filter=5)
 *  [  1 4-звездный отзыв     ](https://wordpress.org/support/plugin/commonwp/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/commonwp/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/commonwp/reviews/?filter=2)
 *  [  1 1-звездный отзыв     ](https://wordpress.org/support/plugin/commonwp/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/commonwp/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/commonwp/reviews/)

## Участники

 *   [ Milan Dinić ](https://profiles.wordpress.org/dimadin/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/commonwp/)

## Пожертвование

Хотите поддержать улучшение этого плагина?

 [ Пожертвовать на развитие плагина ](https://milandinic.com/donate/)