Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

Очисти кеш за Клаудфлер

Опис

Почетна страница додатка | Аутор додатка | Премијум издање | Донирај

Очисти кеш за Клаудфлер је једноставан додатак који користи Клаудфлеров (CloudFlare®) API за чишћење кеша пуних HTML страница када је нови чланак направљен.

This free version is only indended for basic usage. If you want to use it in full capacity, consider buying premium version.

It works by purging front page, post’s page, and main RSS feed. This should work for most sites. However, there are of filters, actions, and methods that provide full customizability and extensibility.

Note that this plugin also sets cache to 30 minutes for all frontend pages. This means that if you use default option in CloudFlare, it tells them to revalidate page cache after that time, so it means that cache for any page expires on CloudFlare servers after that time.

You can change this limits by using filters from you code. If you want user interface in your admin, use premium version.

You should create new CloudFlare page rules to set proper caching. It is your responsibility to set this properly.

First page rule should exclude certain paths from caching. Recommended value for this is wp-. This excludes admin pages and default .php pages. Example of URL pattern: *example.com/*wp-* This value can also set via filter or via admin in premium version.

Second page rule should sets caching. You need to set „Custom caching“ to „Cache everything“. Recommended value for „Edge cache expire TTL“ is default, „Respect all existing headers“ which means that CloudFlare revalidates after 30 minutes, while for „Browser cache expire TTL“ is also 30 minutes. Example of URL pattern: *example.com/*

This plugin is on GitHub too.

Purge Cache for CloudFlare is in no way affiliated with CloudFlare. It is only using CloudFlare API to purge page cache of certain URLs.
CloudFlare is registered trademark of CloudFlare, Inc.

Снимци екрана

  • Подешавања за Очисти кеш за Клаудфлер

Прегледи

Нема рецензија за овај додатак.

Сарадници и градитељи

„Очисти кеш за Клаудфлер“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

„Очисти кеш за Клаудфлер“ је преведен на 1 језик. Хвала преводиоцима за њихове доприносе.

Преведите „Очисти кеш за Клаудфлер“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

1.2

  • Released on 6th May 2016
  • Don’t cache requests for search
  • Minor cleanup

1.1

  • Released on 15th December 2015
  • Усклађен WP_Temporary са Вордпресом 4.4

1.0

  • Released on 4th November 2015
  • Почетно издање.