@sveltia/cms 0.19.3 → 0.19.4
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 +1 -0
- package/dist/sveltia-cms.js +168 -168
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,6 +47,7 @@ We are working hard to create a **much better alternative to Netlify CMS** and D
|
|
|
47
47
|
- Saving entries and assets is also much faster thanks to the [GraphQL mutation](https://github.blog/changelog/2021-09-13-a-simpler-api-for-authoring-commits/).
|
|
48
48
|
- A list of repository files is cached locally for faster startup and bandwidth savings.
|
|
49
49
|
- Thumbnails of assets, including PDF files, are generated and cached for faster rendering of the Asset Library and other parts of the CMS[^39].
|
|
50
|
+
- Using caching and lazy loading techniques to improve performance.
|
|
50
51
|
- You can [disable automatic deployments](#disable-automatic-deployments) by default or on demand to save costs and resources associated with CI/CD and to publish multiple changes at once[^24].
|
|
51
52
|
|
|
52
53
|
### Better productivity
|