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

Plugin: cache-control-by-cacholong (Used by 378 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
n*e*w*b*n*.nl (WP 7.0.2) βœ… D 2026-07-26 16:30:22
f*z*y*r*n*i*i*n.com (WP 6.9.5) πŸ‘€ C 2026-07-26 15:19:06
f*z*y*o*e*.com (WP 6.9.5) βœ… C 2026-07-26 15:19:06
v*r*o*.nl πŸ‘€ D 2026-07-26 04:34:35
v*c*o*i*p*r*w*l*e*a.nl (WP 7.0.2) βœ… D 2026-07-26 03:36:02
t*m*o*g.nl (WP 7.0.2) βœ… D 2026-07-25 18:10:58
f*i*s*a*d*b*a*i*g.nl πŸ‘€ D 2026-07-25 15:25:15
n*o*n*d*r*a*d.com βœ… D 2026-07-25 13:57:46
o*e*a*r*o*m*r*e*r.nl (WP 6.8.6) πŸ‘€ D 2026-07-25 12:56:00
v*r*r*k*i*e*t.nl πŸ‘€ D 2026-07-25 09:24:01
w*o*g*i*e.nl (WP 7.0.2) βœ… D 2026-07-25 05:15:40
d*e*e*z*l*.net (WP 7.0.2) βœ… D 2026-07-25 05:11:23
c*r*s*m*s*r*t*e*s.com βœ… D 2026-07-25 03:45:25
i*s*e*t*v*s*o.com βœ… D 2026-07-25 01:25:15
p*d*l*t*r*.nl βœ… D 2026-07-24 19:51:19
c*u*a*o*r*t.nl (WP 7.0.2) πŸ‘€ D 2026-07-24 18:02:55
s*a*i*-*r*t*.nl (WP 7.0.2) βœ… D 2026-07-24 17:57:07
h*u*m*t*i*t*r*e.nl βœ… D 2026-07-24 16:40:46
w*n*n*a*w*t*r.nl βœ… D 2026-07-24 12:09:42
k*s*r*u*.nl βœ… D 2026-07-24 10:18:36
k*u*s*m*n.nl (WP 7.0.2) πŸ‘€ D 2026-07-24 07:35:09
s*o*t*o*e*4.nl (WP 7.0.2) πŸ‘€ D 2026-07-24 07:35:09
g*z*n*h*i*g*d*.nl (WP 7.0.2) πŸ‘€ D 2026-07-24 07:35:09
o*d*r*e*m*e*.nl (WP 6.9.5) πŸ‘€ C 2026-07-24 02:15:22
a*a*y*l*s*e*u*a*d*n.nl βœ… D 2026-07-23 19:21:40
l*n*.nl πŸ‘€ D 2026-07-23 18:35:36
p*o*n*w*.nl (WP 6.9.4) βœ… D 2026-07-23 08:40:44
r*n*o*z*r*.com βœ… D 2026-07-23 06:38:03
m*n*r*l*r*i*g.com βœ… D 2026-07-23 00:48:21
m*n*r*l*r*e*.com βœ… D 2026-07-23 00:48:21
h*n*i*o.nl (WP 5.3.21) ⚠️ D 2026-07-22 20:26:31
h*t*l*l*e*o*e*.com βœ… D 2026-07-22 19:21:34
a*i*a*t*.nl πŸ‘€ D 2026-07-22 17:15:47
h*s*i*a*i*y*d*i*e.com πŸ‘€ D 2026-07-22 10:55:21
c*l.nl βœ… D 2026-07-22 00:26:04
k*n*t*e*s*b*o*-*x*e*t.nl (WP 7.0.2) βœ… D 2026-07-22 00:20:10
k*r*t*e*l*c*t*n*-*x*e*t.nl (WP 7.0.2) βœ… D 2026-07-22 00:11:26
k*o*c*m*o*t.nl (WP 7.0.2) βœ… D 2026-07-22 00:09:26
g*n*e*o*o*i*.nl (WP 7.0.2) βœ… D 2026-07-21 23:49:03
k*n*e*z*t*e*.be βœ… D 2026-07-21 23:01:49
k*n*e*s*o*l*n.be βœ… D 2026-07-21 23:01:49
w*e*j*s.be βœ… D 2026-07-21 23:01:49
z*a*w*j*e*.nl (WP 7.0.2) βœ… D 2026-07-21 23:01:49
j*n*m*b*r*a*r*.nl βœ… D 2026-07-21 23:01:49
a*t*m*t*s*h*h*r*o*e.nl (WP 7.0.2) πŸ‘€ D 2026-07-21 23:01:49
u*-*o*g*p*c*a*i*t.nl βœ… C 2026-07-21 23:01:49
b*s*-*e*k*c*t*.nl (WP 6.8.6) βœ… D 2026-07-21 23:01:49
z*l*k*f*i*z*t*e*.nl (WP 6.8.6) βœ… D 2026-07-21 23:01:49
w*s*a*h*n*p*g*n*.nl (WP 6.8.6) βœ… D 2026-07-21 23:01:49
s*r*a*p*a*a.nl (WP 7.0.2) πŸ‘€ D 2026-07-21 23:01:49
k*a*h*k*n*n*.nl (WP 6.9.5) βœ… D 2026-07-21 23:01:29
h*n*e*w*j*e*.nl (WP 7.0.2) πŸ‘€ D 2026-07-21 23:01:28
s*r*e*b*u*t*n*t*r*p*g*n*.nl (WP 6.8.6) βœ… D 2026-07-21 23:01:28
j*u*g*w*c*t.nl (WP 6.9.5) βœ… D 2026-07-21 23:01:28
g*u*e*g*t*a*.nl (WP 6.8.6) πŸ‘€ D 2026-07-21 23:01:28
a*l*r*i*p*e*n.nl (WP 6.8.6) βœ… D 2026-07-21 23:01:28
d*u*b*l*e*p*r*.nl (WP 7.0.2) βœ… D 2026-07-21 23:01:28
w*o*s*h*i*t.nl (WP 6.1.10) ⚠️ D 2026-07-21 23:01:28
h*p*y*r*f*s.nl (WP 7.0.2) πŸ‘€ D 2026-07-21 23:01:28
t*r*a*v*r*a*m*r*e*p*r*.nl (WP 7.0.2) βœ… D 2026-07-21 23:00:51
l*m*-*x*e*t.nl (WP 7.0.2) βœ… D 2026-07-21 23:00:51
b*b*f*o*s.nl (WP 6.6.5) πŸ‘€ D 2026-07-21 22:57:48
b*d*c*u*m.eu (WP 6.5.4) πŸ‘€ D 2026-07-21 22:57:48
i*w*o*f*j*.nl βœ… D 2026-07-21 22:57:48
i*t*r*e*r*o*i*g.nl (WP 6.9.5) βœ… D 2026-07-21 22:57:48
w*t*b*r*h.nl πŸ‘€ D 2026-07-21 21:40:31
i*e*m*m*.nl βœ… D 2026-07-21 21:40:31
r*c*t*i*n*o*s*v*e*i*g.nl (WP 7.0.2) βœ… D 2026-07-21 19:22:12
u*-*o*l*t*r.nl (WP 7.0) βœ… D 2026-07-21 15:55:31
m*t*o*e*a*s*e*d*m.com πŸ”“ πŸ‘€ D 2026-07-21 15:33:56
o*e*a*r*r*n*n*e*.nl (WP 6.8.6) πŸ‘€ D 2026-07-21 14:17:19
o*e*a*r*i*n*s*.nl πŸ‘€ D 2026-07-21 14:12:34
s*a*t*a*c*t*t*a*.nl (WP 7.0.2) βœ… D 2026-07-21 11:50:17
h*n*e*w*j*e*.com (WP 7.0.2) βœ… D 2026-07-21 11:18:20
k*f*i*e*g*z*n*h*i*.nl (WP 6.8.6) βœ… D 2026-07-21 10:01:39
p*t*o*o*i*f*i*s*a*d.nl βœ… D 2026-07-21 09:18:38
m*d*r*v*n*.nl βœ… D 2026-07-21 06:07:51
t*e*.io πŸ‘€ D 2026-07-21 06:07:51
p*d*l*l*b.frl πŸ‘€ D 2026-07-21 06:07:51
b*l*n*.nl βœ… D 2026-07-21 06:07:51
v*n*i*e*.com βœ… D 2026-07-21 03:07:06
h*t*l*e*e*l.nl βœ… D 2026-07-21 02:01:36
b*b*t*e*.nl (WP 7.0.2) βœ… D 2026-07-21 00:35:52
k*a*z*o*l*n*.com (WP 7.0.2) πŸ‘€ D 2026-07-20 18:59:14
v*e*b*l*o*l*e*p*r*.nl (WP 7.0.2) βœ… D 2026-07-20 17:34:03
p*t*s*d*y*r.com βœ… D 2026-07-20 14:43:55
e*n*e*i*p*b*i*h*n*.nl (WP 7.0.2) βœ… D 2026-07-20 04:25:10
d*i*k*a*e*p*a*f*r*.nl βœ… D 2026-07-20 03:39:57
m*m*t*r*l*g.nl (WP 6.8.2) βœ… D 2026-07-20 02:54:33
s*e*k*r*n*o.nl (WP 6.8) πŸ‘€ D 2026-07-19 10:08:12
b*l*a*t*e*p*r*.nl (WP 7.0.2) βœ… D 2026-07-19 08:48:26
e*i*b*r*h.nl πŸ‘€ D 2026-07-18 22:08:55
t*a*e*s*u*c*.nl (WP 7.0.2) βœ… D 2026-07-18 22:08:55
k*p*a*a*e*c*.com (WP 6.0.12) ⚠️ D 2026-07-18 20:51:46
l*n*u*t*i*.nl πŸ‘€ D 2026-07-18 19:25:48
s*i*t*e.nl πŸ‘€ D 2026-07-18 19:18:12
z*e*r*u*.nl πŸ‘€ D 2026-07-18 16:18:48
c*m*n*.be βœ… D 2026-07-18 14:11:25
c*s*a*b*a*a.nl πŸ‘€ D 2026-07-18 14:11:25
r*y*j*v*k.be βœ… D 2026-07-18 14:11:25

Top 50 Plugins

Plugin Count
elementor 1,781,350
contact-form-7 1,763,473
elementor-pro 1,056,403
woocommerce 818,396
revslider 613,184
jetpack 459,687
js_composer 423,500
wp-rocket 341,701
essential-addons-for-elementor-lite 267,186
complianz-gdpr 260,358
gravityforms 257,842
google-site-kit 232,120
cookie-law-info 230,851
instagram-feed 226,401
sitepress-multilingual-cms 212,109
header-footer-elementor 208,941
google-analytics-for-wordpress 207,506
bluehost-wordpress-plugin 193,159
elementskit-lite 182,255
gutenberg 167,504
cookie-notice 150,713
litespeed-cache 142,941
gtranslate 126,300
wpforms-lite 125,731
the-events-calendar 123,260
gutenberg-core 121,980
astra-sites 114,946
popup-maker 110,750
woocommerce-payments 110,631
tablepress 102,411
honeypot 98,192
astra-addon 94,627
wp-smushit 91,689
duracelltomi-google-tag-manager 90,994
layerslider 90,135
coblocks 89,955
all-in-one-seo-pack 89,864
bb-plugin 86,751
akismet 85,480
premium-addons-for-elementor 85,165
cleantalk-spam-protect 83,466
ml-slider 82,941
mailchimp-for-wp 82,596
megamenu 80,887
woocommerce-gateway-stripe 80,153
fusion-builder 77,796
jet-engine 77,676
ewww-image-optimizer 76,887
smart-slider-3 76,763
wp-pagenavi 76,618

Top 50 Themes

Theme Count
hello-elementor 623,608
Divi 500,513
astra 418,376
flatsome 137,115
Avada 122,205
generatepress 115,566
pub 84,984
oceanwp 81,354
kadence 79,424
enfold 69,500
salient 65,679
twentyseventeen 54,668
bb-theme 52,923
betheme 52,600
twentytwentyfour 52,508
blocksy 51,323
cocoon-master 49,331
dt-the7 45,735
twentytwentyfive 44,941
h4 42,389
woodmart 41,191
neve 38,486
Avada-Child-Theme 37,096
gox 36,285
bridge 31,680
twentytwentyone 30,564
lightning 29,886
twentytwenty 28,924
swell 27,928
bricks 26,537
Impreza 26,232
Newspaper 24,292
twentytwentythree 22,275
epik-redesign 19,258
twentytwentytwo 18,955
uncode 18,704
twentysixteen 17,709
pro 17,598
sydney 16,686
storefront 16,470
Total 14,553
hello-theme-child-master 14,056
factory-templates-4 13,746
extendable 13,275
themify-ultra 13,031
hestia 12,693
yootheme 12,635
yith-wonder 12,470
porto 12,064
jupiter 11,703