Using QUIC.cloud via LiteSpeed API¶
LiteSpeed Cache for WordPress provides API filters and hooks that allow those familiar with PHP to customize QUIC.cloud for their own plugins or for personal use.
There are two types of API filters available for QUIC.cloud:
- Cloud, which allows you to check the origin of a callback request
- Optimize, which lets you control certain aspects of the page optimization services
Because the API that comes with LSCWP is by design a WordPress function, we have only provided an overview here. Full documentation of the available LiteSpeed and QUIC.cloud API filters can be found in our WordPress plugin documentation.
Cloud¶
As of this writing, there is only one Cloud filter available, and its purpose is to determine whether a callback request is coming from a QUIC.cloud CDN node. The filter can be used to reject callbacks from unauthorized servers.
Please see LSCWP API Cloud for more details.
Optimize¶
As of this writing, there are filters available to execute the following Optimization tasks:
- Set a custom path for Critical CSS files
- Set a custom path for Unique CSS files
- Generate only a single UCSS file for a particular post type
- Bypass UCSS for a particular post type
Please see LSCWP API Optimize for more details.