Changeset 3083191
- Timestamp:
- 05/08/2024 12:07:56 PM (23 months ago)
- Location:
- fastpixel-website-accelerator
- Files:
-
- 2 edited
-
tags/1.0.21/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fastpixel-website-accelerator/tags/1.0.21/readme.txt
r3083183 r3083191 75 75 Our plugin integrates with an external service via dedicated API endpoints. This process involves sending a request with specific data to the server API endpoint, which then queues and processes the request to generate HTML content. Once your request reaches the front of the queue, the service processes the data, generates the HTML content based on the specified URL, and then sends the HTML back to the plugin using the provided postback URL. The plugin automatically receives the generated HTML content and saves it to the disk on your WordPress installation. This process is designed to be seamless and requires no manual intervention. 76 76 77 Example data sent to server API endpoint 'htt s://api.fastpixel.io/api/v1/enqueue' to request HTML page generation:77 Example data sent to server API endpoint 'https://api.fastpixel.io/api/v1/enqueue' to request HTML page generation: 78 78 { 79 79 "url":"https://example.com/", -
fastpixel-website-accelerator/trunk/readme.txt
r3083183 r3083191 75 75 Our plugin integrates with an external service via dedicated API endpoints. This process involves sending a request with specific data to the server API endpoint, which then queues and processes the request to generate HTML content. Once your request reaches the front of the queue, the service processes the data, generates the HTML content based on the specified URL, and then sends the HTML back to the plugin using the provided postback URL. The plugin automatically receives the generated HTML content and saves it to the disk on your WordPress installation. This process is designed to be seamless and requires no manual intervention. 76 76 77 Example data sent to server API endpoint 'htt s://api.fastpixel.io/api/v1/enqueue' to request HTML page generation:77 Example data sent to server API endpoint 'https://api.fastpixel.io/api/v1/enqueue' to request HTML page generation: 78 78 { 79 79 "url":"https://example.com/",
Note: See TracChangeset
for help on using the changeset viewer.