WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: cache-control-by-cacholong (Used by 273 domains)

Cache control by Cacholong

πŸ‘€ Preliot πŸ“¦ v5.4.1

β€œCache control by Cacholong” plugin automates purging of Nginx Pagespeed cache and Nginx FastCGI cache on your Nginx server(s). It is a backend plugin that is able to:

  • Purge Nginx Pagespeed cache and/or Nginx FastCGI cache.
  • Purge cache automatically, manually, with WordPress cronjobs and WP-CLI.
  • Purge caches on one or more servers (See hosts.json section for more details).
  • Use commandline (WP-CLI) to purge caches or reset to factory settings.
  • Remove id tag from stylesheet link tags, in order to allow Nginx Pagespeed to combine stylesheets.
  • Allow purging of other cached items (see Settings > Cache control).
  • Inform user of purge status.
  • Support for single site and network sites
  • Support for WP-CLI
  • Support for WPML (including language negotiation type domain)

When will it purge?

This plugin will work with default and custom post types. It will purge on a save, regular update, quick edit update, slug change, delete and undelete. The user is informed with one or more messages.
There are a few caveats:

  • When a user is using the Gutenberg editor, purge messages will not be displayed.
  • When the user uses β€œQuick edit” and β€œUpdates” the post, no messages will be displayed, because there’s no page refresh. Those messages will be shown on the next request.

It is possible to purge with WordPress cronjobs. Adjust the β€˜Cronjob settings’ to perform a daily purge of caches.

You can also purge items manually. Go to the WordPress dashboard and navigate to:

  • Settings > Cache control > purge single item
  • Settings > Cache control > purge all caches
  • Admin Toolbar > purge all caches

Settings

  • File with hosts (JSON): File with information about one or more hosts for this WordPress installation. See hosts.json section for more details.
  • Pagespeed optimized CSS: Remove ID tag from all WordPress stylesheet link tags to improve Nginx Pagespeed caching. Will only work on frontend.
  • Purge settings default post types: Select one or more options when purging a default post type. Possible to purge post url (default), home page, all connected WordPress categories or all caches.
  • Purge settings default custom type(s): Select one or more options when purging a custom post type. Possible to purge post url (default), home page, all connected WordPress categories or all caches.

Cronjob Settings

  • Cronjob purging: Enable or disable cronjob purging.
  • Cronjob time of each day: Enter HH:MM in 24 hour notation for cronjob time of day. Will fallback to 00:00 when wrong format is given.
  • Purge caches Select caches to purge on given cronjob time.

hosts.json

Hosts.json is a JSON file with information about one or more servers for this WordPress installation. Remember that this file must contain information about all servers, including the
one with this plugin. Default path is: wp-content/uploads/cacholong-cache-control/hosts.json.

Here is an example of a hosts.json file:

{"servers":
    [
        {"name": "server1", "ip": "127.0.0.1", "pagespeed": true, "fastcgi": false},
        {"name": "server2", "ip": "127.0.0.2", "pagespeed": false, "fastcgi": true},
    ]
}

Each line contains information about one server. Parameters:

  • name (string)
    Name of host, something to identify this server.

  • ip (string)
    IP address of server or full url. Format: scheme://host:port/path

  • pagespeed (bool)
    Server uses Nginx Pagespeed (true) or not (false)

  • fastcgi (bool)
    Server user Nginx FastCGI (true) or not (false)

When there is no hosts.json or the path is invalid, this plugin assumes the following:

{"servers":
    [
        {"name": "localhost", "ip": "127.0.0.1", "pagespeed": true, "fastcgi": true}
    ]
}

How does it work

β€œCache control by Cacholong” empties partial or full cache for Nginx Pagespeed and FastCGI cache. WordPress HTTP API is used to make (post) request to
specific urls to trigger purges. Based on the http header responses this plugin determines if a purge is successful or not. The user is informed with messages, which are loaded after a purge and page refresh.

There are several settings to tweak purging, see Settings > Cache control.

WP-CLI

There are several commands available for the commandline with wp-cli. Commands generate text output which can be suppressed with –quiet. When an error occurs, text will always be displayed.

WP-CLI exit codes

Exit codes are 0 (no errors) or 1 (generic error).

WP-CLI examples

Purge command with all arguments:

wp cacholong_cc purge [--cache=] [--ips=]

Purge Nginx FastCGI:

wp cacholong_cc purge --cache=fastcgi

Purge Nginx Pagespeed:

wp cacholong_cc purge --cache=pagespeed

Purge all caches:

wp cacholong_cc purge --cache=all
wp cacholong_cc purge

Purge Nginx Pagespeed cache for ip address 127.0.0.1 and 127.0.0.2:

wp cacholong_cc purge --cache=pagespeed --ips=127.0.0.1,127.0.0.2

Purge all caches for ip address 127.0.0.1 and 127.0.0.2:

wp cacholong_cc purge --ips=127.0.0.1,127.0.0.2

Factory reset options for given site_id or current blog if no site_id is given:

wp cacholong_cc factory_reset [--site_id=site_id]

Debug

Plugin will log basic purge information when WP_DEBUG is true (can be set in wp-config.php). Logs information in file wp-content/cacholong-cache-control.log.
Plugin will log wp_remote_request details when CACHOLONG_CACHE_DEBUG_HTTP_API_REQUEST is true (can be set in wp-config.php). Logs information in file wp-content/cacholong-cache-control.log.

DomainExposuresHeadersLast Checked
s*r*a*p*a*a.nl (WP 7.0) βœ… D 2026-05-25 12:41:59
k*a*h*k*n*n*.nl (WP 6.9.4) βœ… D 2026-05-25 12:39:24
s*r*e*b*u*t*n*t*r*p*g*n*.nl (WP 6.8.5) βœ… D 2026-05-25 12:39:24
j*u*g*w*c*t.nl (WP 6.9.4) βœ… D 2026-05-25 12:39:24
g*u*e*g*t*a*.nl (WP 6.8.5) βœ… D 2026-05-25 12:39:24
a*l*r*i*p*e*n.nl (WP 6.8.5) βœ… D 2026-05-25 12:39:24
d*u*b*l*e*p*r*.nl (WP 7.0) βœ… D 2026-05-25 12:39:24
w*o*s*h*i*t.nl (WP 6.1.10) ⚠️ D 2026-05-25 12:39:23
h*p*y*r*f*s.nl (WP 7.0) βœ… D 2026-05-25 12:39:23
t*r*a*v*r*a*m*r*e*p*r*.nl (WP 7.0) βœ… D 2026-05-25 12:39:21
l*m*-*x*e*t.nl (WP 7.0) βœ… D 2026-05-25 12:39:21
b*b*f*o*s.nl (WP 6.6.5) βœ… D 2026-05-25 12:35:21
b*d*c*u*m.eu (WP 6.5.4) βœ… D 2026-05-25 12:35:21
i*w*o*f*j*.nl βœ… D 2026-05-25 12:35:21
i*t*r*e*r*o*i*g.nl (WP 6.9.4) βœ… D 2026-05-25 12:35:21
w*t*b*r*h.nl βœ… D 2026-05-25 11:19:33
i*e*m*m*.nl βœ… D 2026-05-25 11:19:33
r*c*t*i*n*o*s*v*e*i*g.nl (WP 7.0) βœ… D 2026-05-25 09:03:07
u*-*o*l*t*r.nl (WP 7.0) βœ… D 2026-05-25 05:39:18
m*t*o*e*a*s*e*d*m.com πŸ”“ D 2026-05-25 05:17:44
o*e*a*r*i*n*s*.nl βœ… D 2026-05-25 03:54:30
s*a*t*a*c*t*t*a*.nl (WP 7.0) βœ… D 2026-05-25 01:37:31
h*n*e*w*j*e*.com (WP 7.0) βœ… D 2026-05-25 01:04:51
k*f*i*e*g*z*n*h*i*.nl (WP 6.8.5) βœ… D 2026-05-24 23:47:31
p*t*o*o*i*f*i*s*a*d.nl βœ… D 2026-05-24 23:04:58
m*d*r*v*n*.nl βœ… D 2026-05-24 20:04:37
t*e*.io βœ… D 2026-05-24 20:04:37
p*d*l*l*b.frl βœ… D 2026-05-24 20:04:36
b*l*n*.nl βœ… D 2026-05-24 20:04:36
v*n*i*e*.com βœ… D 2026-05-24 17:09:33
b*b*t*e*.nl (WP 7.0) βœ… D 2026-05-24 14:47:19
k*a*z*o*l*n*.com (WP 7.0) βœ… D 2026-05-24 09:31:40
v*e*b*l*o*l*e*p*r*.nl (WP 7.0) βœ… D 2026-05-24 08:09:30
p*t*s*d*y*r.com βœ… D 2026-05-24 05:23:41
e*n*e*i*p*b*i*h*n*.nl (WP 7.0) βœ… D 2026-05-23 19:55:33
d*i*k*a*e*p*a*f*r*.nl βœ… D 2026-05-23 19:14:14
m*m*t*r*l*g.nl (WP 6.8.2) βœ… D 2026-05-23 18:29:53
k*p*r*i*k.com βœ… D 2026-05-23 13:28:35
s*e*k*r*n*o.nl (WP 6.8) βœ… D 2026-05-23 01:36:34
b*l*a*t*e*p*r*.nl (WP 7.0) βœ… D 2026-05-23 00:11:44
e*i*b*r*h.nl βœ… D 2026-05-22 13:31:42
t*a*e*s*u*c*.nl (WP 7.0) βœ… D 2026-05-22 13:31:42
t*n*a*i*.nl βœ… D 2026-05-22 13:31:42
k*p*a*a*e*c*.com (WP 6.0.12) ⚠️ D 2026-05-22 12:09:26
l*n*u*t*i*.nl βœ… D 2026-05-22 10:36:25
s*i*t*e.nl βœ… D 2026-05-22 10:30:46
z*e*r*u*.nl βœ… D 2026-05-22 07:10:10
c*m*n*.be βœ… D 2026-05-22 04:42:37
m*n*c*m*i*g*g*d*.nl βœ… D 2026-05-22 04:42:37
c*s*a*b*a*a.nl βœ… D 2026-05-22 04:42:37
r*y*j*v*k.be βœ… D 2026-05-22 04:42:37
r*n*r*i*e*.net βœ… D 2026-05-22 04:42:37
l*s*y*e*l*s.be βœ… D 2026-05-22 04:42:37
p*r*a*.c*r*s*m*s*r*t*e*s.com βœ… D 2026-05-22 03:08:25
l*b*.nu βœ… D 2026-05-22 00:32:07
p*r*y*o*e.be (WP 6.9.4) βœ… D 2026-05-21 21:24:38
a*e*i*a.be βœ… D 2026-05-21 21:24:38
z*e*b*d*e*p*r*.nl (WP 7.0) βœ… D 2026-05-21 21:01:58
w*n*n*n*e*i*u*.nl (WP 7.0) βœ… D 2026-05-21 19:55:37
o*e*.nl (WP 6.9.4) βœ… D 2026-05-21 18:03:39
b*e*d*r*m*p*o*e*s*n*.com βœ… D 2026-05-21 17:07:43
f*y*r*v*r*i*e*.nl βœ… D 2026-05-21 16:32:11
n*f*.nl (WP 6.9.4) βœ… D 2026-05-21 10:13:40
s*t*s*a*t*r.nl βœ… D 2026-05-21 10:13:39
m*d*a*o*p.nl βœ… D 2026-05-21 07:12:35
k*r*e*r.com βœ… D 2026-05-20 22:25:00
w*e*e*d*e*i*e*t.nl βœ… D 2026-05-20 21:47:17
b*a*e*.nl βœ… D 2026-05-20 21:43:05
t*r*s*r*v*e*a.nl βœ… D 2026-05-20 21:43:05
s*m*n*e*u*a*d*n.nl βœ… D 2026-05-20 16:10:36
h*y*u*o*.com (WP 6.9.4) βœ… D 2026-05-20 11:33:47
t*o*p*h*a*e*.com βœ… D 2026-05-20 10:57:09
h*y*h*r*i*g.com (WP 6.9.4) βœ… D 2026-05-20 10:19:24
f*e*s*a*d*e*p*r*.nl (WP 6.9.4) βœ… D 2026-05-20 09:02:45
f*e*s*a*-*x*e*t.nl (WP 6.9.4) βœ… D 2026-05-20 08:59:51
f*e*s*o*p*t*r*e*p*r*.nl (WP 6.9.4) βœ… D 2026-05-20 08:59:50
h*t*o*c*.com βœ… D 2026-05-20 07:27:15
r*i*f*n*t*n.nl βœ… D 2026-05-20 03:27:47
d*w*s*e*d*c*w*o*s.nl (WP 6.9.4) βœ… D 2026-05-19 17:55:04
g*z*n*t*t*a*.nl (WP 6.8.5) βœ… D 2026-05-19 13:31:00
t*i*h*i*-*x*e*t*.nl (WP 6.9.4) βœ… D 2026-05-19 09:09:41
m*e*e*a*r*e*.nl (WP 6.8.5) βœ… D 2026-05-18 19:42:15
d*n*i*d*g*a*f.com (WP 6.9.4) βœ… D 2026-05-18 16:53:59
d*n*s*k*e*h*l*z.com (WP 6.9.4) βœ… D 2026-05-18 14:31:04
w*e*e*s*o*t*e*p*r*.nl (WP 6.8.5) βœ… D 2026-05-18 11:51:42
a*s*e*d*m*a*t*i*u*e*o*e*s.com βœ… D 2026-05-18 07:43:39
s*l*r*s*a*e*.nl (WP 6.9.4) βœ… D 2026-05-18 05:31:58
l*x*o*t*o*r.nl (WP 6.9.4) βœ… D 2026-05-18 05:16:44
n*w.o*e*a*r*r*n*h*s*s.nl (WP 6.8.5) βœ… D 2026-05-18 02:08:39
l*g*t*w*n*.c*.uk (WP 6.9.4) βœ… D 2026-05-17 07:13:41
x*h*t*l*v*n*o*h.com βœ… D 2026-05-17 06:53:13
x*h*t*l*p*r*w*s*.com βœ… D 2026-05-17 06:53:13
x*h*t*l*i*f*n*t*.com βœ… D 2026-05-17 06:53:13
x*h*t*l*c*u*u*e.com βœ… D 2026-05-17 06:53:13
x*h*t*l*c*t*c*n*r*.com βœ… D 2026-05-17 06:53:13
x*h*t*l*b*u*t*w*r.com βœ… D 2026-05-17 06:53:13
x*h*t*l*b*u*s*u*r*.com βœ… D 2026-05-17 06:53:13
x*h*t*l*.com βœ… D 2026-05-17 06:53:13
x*h*t*l*n*e*.com βœ… D 2026-05-17 06:53:13
x*-*o*e*s.com βœ… D 2026-05-17 06:33:45

Top 50 Plugins

Plugin Count
elementor 1,800,450
contact-form-7 1,770,416
elementor-pro 1,049,481
woocommerce 816,578
revslider 617,763
jetpack 467,002
js_composer 432,362
wp-rocket 334,096
essential-addons-for-elementor-lite 293,692
gravityforms 267,060
complianz-gdpr 256,646
cookie-law-info 231,313
instagram-feed 228,088
google-site-kit 222,053
sitepress-multilingual-cms 221,190
google-analytics-for-wordpress 214,049
header-footer-elementor 210,208
elementskit-lite 206,911
bluehost-wordpress-plugin 190,775
gutenberg 162,337
gutenberg-core 159,507
cookie-notice 151,371
the-events-calendar 131,527
litespeed-cache 130,994
wpforms-lite 129,550
gtranslate 127,925
astra-sites 119,573
popup-maker 116,091
woocommerce-payments 112,960
tablepress 109,187
coblocks 99,539
honeypot 97,392
astra-addon 95,313
duracelltomi-google-tag-manager 93,533
wp-smushit 93,516
all-in-one-seo-pack 93,320
LayerSlider 91,657
bb-plugin 90,822
premium-addons-for-elementor 86,880
megamenu 86,508
akismet 86,074
cleantalk-spam-protect 83,880
mailchimp-for-wp 83,756
woocommerce-gateway-stripe 83,116
ml-slider 81,034
fusion-builder 79,664
borlabs-cookie 79,520
ewww-image-optimizer 79,050
wp-pagenavi 78,797
formidable 78,063

Top 50 Themes

Theme Count
hello-elementor 615,573
Divi 510,726
astra 423,626
flatsome 133,744
Avada 124,341
generatepress 119,948
pub 109,942
oceanwp 83,460
kadence 78,474
enfold 71,844
salient 66,714
twentytwentyfour 58,958
h4 56,410
twentyseventeen 56,190
bb-theme 55,281
cocoon-master 52,095
betheme 51,820
blocksy 50,688
dt-the7 46,160
twentytwentyfive 43,814
neve 39,351
Avada-Child-Theme 37,622
gox 33,449
woodmart 33,292
bridge 32,878
twentytwentyone 32,115
lightning 31,449
twentytwenty 30,045
swell 28,597
Impreza 26,441
bricks 26,019
sydney 25,643
twentytwentythree 24,026
Newspaper 23,472
voxel 22,440
twentytwentytwo 19,980
epik-redesign 19,270
kubio 19,178
uncode 19,113
sinatra 18,819
twentysixteen 18,221
storefront 17,869
pro 17,861
Total 14,730
extendable 14,595
yith-wonder 14,041
hello-theme-child-master 13,356
themify-ultra 12,983
yootheme 12,936
factory-templates-4 12,927