datocms-plugin-asset-optimization 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/assets/index-BZLyqg0n.js +64 -0
- package/dist/index.html +1 -1
- package/docs/preview.mp4 +0 -0
- package/package.json +1 -1
- package/dist/assets/index-D-wiKUz0.js +0 -62
package/README.md
CHANGED
|
@@ -23,6 +23,20 @@ The DatoCMS Asset Optimization Plugin leverages Imgix's powerful image processin
|
|
|
23
23
|
4. Click "Install"
|
|
24
24
|
5. Configure the plugin settings as desired
|
|
25
25
|
|
|
26
|
+
## Important: Use Sandbox Environments First
|
|
27
|
+
|
|
28
|
+
⚠️ **STRONGLY RECOMMENDED**: Always test this plugin in a sandbox environment before using it in production.
|
|
29
|
+
|
|
30
|
+
This plugin permanently replaces your original assets and they cannot be recovered. To ensure optimal results:
|
|
31
|
+
|
|
32
|
+
1. Create a sandbox environment in your DatoCMS project
|
|
33
|
+
2. Test the plugin with various optimization settings
|
|
34
|
+
3. Fine-tune thresholds and quality settings to your liking
|
|
35
|
+
4. Verify the optimized assets meet your quality standards
|
|
36
|
+
5. Once satisfied with the results, promote your changes to production
|
|
37
|
+
|
|
38
|
+
This approach allows you to safely experiment with different optimization parameters without risking your production assets.
|
|
39
|
+
|
|
26
40
|
## Usage
|
|
27
41
|
|
|
28
42
|
1. After installation, navigate to the plugin in your DatoCMS dashboard
|