Hi,
I’m currently managing a small web project (Website link removed by moderator (BluShadow)) where we serve static font files (woff/woff2) directly from OCI Object Storage via public URLs.
The setup is straightforward and works fine functionally, but I’m noticing higher latency for users outside the region where the bucket is hosted (especially when loading fonts via @font-face).
So far I have:
Fonts stored in a standard Object Storage bucket
Public access enabled
Direct links used in CSS
I haven’t added any CDN layer yet, and caching is currently handled only by default headers.
What would be the recommended approach to improve global delivery and reduce latency?
Should I put OCI CDN in front of Object Storage?
Are there specific cache-control headers that work best for font files?
Any other best practices for serving static assets like fonts efficiently in OCI?
Waiting for your Recommendations!
Best Regards!
Jackob lane