Skip to Main Content

General Cloud Infrastructure

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Best way to serve font files globally using OCI Object Storage?

Jackob Lane3 days ago — edited 14 hours ago

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

Comments
Post Details
Added 3 days ago
0 comments
36 views