OGify includes a built-in caching system to improve performance by reducing redundant network requests for fonts and emojis. You can configure caching when creating a renderer.Documentation Index
Fetch the complete documentation index at: https://docs.ogify.dev/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
- Memory Cache
- Filesystem Cache
Fast in-memory cache with LRU eviction (default)
What is Cached?
Remote Fonts
Remote Fonts
Fonts downloaded from Google Fonts or other URLs are cached to avoid
repeated network requests.
Emoji Assets
Emoji Assets
Emoji images from providers like Twemoji, Fluent, etc. are cached for faster
rendering.
Generated Images
Generated Images
(Optional) Depending on implementation, images with identical parameters may
be served from cache.