Releases: mwender/myndyou-extras
Releases · mwender/myndyou-extras
Release list
0.7.0
JSON Files Prefetching
This plugin automatically generates <link rel="prefetch"> tags for all JSON files in the Media Library. This helps improve page performance by prefetching JSON resources that may be needed on the frontend.
Features:
- Queries all JSON files from the Media Library.
- Outputs prefetch tags in the
<head>of the frontend pages. - Caches results using the WP Transient API to minimize database queries.
- Automatically refreshes the cache when a new JSON file is uploaded.