프로그래밍/개발메모

실패담 cloudflare 에서 unity webgl 압축옵션 활용 방법 / gz / br

SIDNFT 2025. 2. 12. 13:14
반응형

 

유니티의  webgl 은 파일크기가 너무 큽니다. 그래서 압축을 해서 쓰려고 하는데
잘안되네요

무압축이 50메가 라면 gzip 으로 압축하면 15메가로 줄어듭니다.

클라우드플레어는 무제한 트래픽을 지원해줘서 올라가만 가면 기똥창 효과가 있을 수 있습니다.

결론은 실패 입니다.

돈을 내고 업그레이드 하면 되는데 매우 귀찮고 돈도 아깝습니다.

 

클라우드 플레어 문서 : https://developers.cloudflare.com/speed/optimization/content/compression/#between-visitors-and-cloudflare

 

Content compression | Brotli · Cloudflare Speed docs

Cloudflare compresses content in two ways: between Cloudflare and your website visitors and between Cloudflare and your origin server.

developers.cloudflare.com

 

  • Free Plan: Content is compressed by default using Zstandard.
  • Pro and Business Plans: Content is compressed by default using Brotli.
  • Enterprise Plan: Content is compressed by default using Gzip.

이렇게 세가 지 옵션이 있는데 한마디로 돈 내라고 합니다..
실패군요

압축을 해달라고 하는 것도 아니고 압축한 파일을 받겠다는데 그걸 못하게 막네요

 

replit 도 상황은 비슷한거 같습니다.

이젠 유니티랑 친하다고 하지도 않는군요

반응형