Description
CDNTR is a user-friendly WordPress plugin designed to enhance your site’s performance by delivering static assets such as CSS, JavaScript, and images through a content delivery network (CDN). By offloading the majority of your traffic to a CDN, this plugin helps to boost your site’s speed, reliability, and scalability.
Features
- Fast and efficient rewrite engine
- Easy cache purging (when a CDNTR account is connected)
- Include URLs in the rewrite by file extensions
- Exclude URLs in the rewrite by strings
- WordPress multisite network support
- WordPress REST API support
How does the rewriting work?
CDNTR captures page contents and rewrites URLs to be served by the designated CDN.
Third Party Service Usage
This plugin utilizes external services to provide its functionality. Specifically, it interacts with the CDN.com.tr service for content delivery network (CDN) related operations. This includes actions like purging cached content and checking account status.
*Services Used
*Service Name: CDN.com.tr
*Purpose: The service is used to purge all cached content and to check the account status.
*Endpoints:
*Purge All Cache: https://cdn.com.tr/api/purgeAll
*Purge Selected Paths: https://cdn.com.tr/api/purge
*Check Account Status: https://cdn.com.tr/api/checkAccount
*Privacy and Terms
*Privacy Policy: https://cdn.com.tr/en/privacy
*Terms of Use: https://cdn.com.tr/en/privacy
*Please be aware that using this plugin means that your data will be sent to the aforementioned service. Ensure that you review the service’s terms and policies to understand how your data is being used and to comply with any legal requirements.
Maintainer
Reviews
There are no reviews for this plugin.
Contributors & Developers
“CDNTR” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “CDNTR” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.5
- Added async purge mode support for runtime-triggered invalidations
- Added coalesced purge queue with short window to reduce duplicate API calls
- Added lightweight purge telemetry counters for operational diagnostics
- Added purge mode/coalescing filters (
cdntr_purge_mode,cdntr_purge_coalesce_window)
1.2.4
- Added built-in term change purge hooks (create/edit/delete) with focused taxonomy support
- Added built-in sitewide purge hooks for customizer and theme switch events
- Added short purge burst throttling for noisy event streams to reduce duplicate API calls
- Reduced need for site-specific CDNTR auto-purge mu-plugins by moving common logic into core plugin
1.2.3
- Security hardening for path-based purge normalization (control-char stripping, traversal-like path guard, length bound)
- Safer taxonomy purge handling by skipping invalid term links
- Improved delete-flow purge coverage by collecting related post/category/shop paths before deletion
1.2.2
- screenshots and assets added
1.2.1
- Minor security updates

