Zero trust loads wasm files extremely slowly
Not sure if any frontend developers here have experienced this: ever since we implemented Zero Trust + WARP company-wide, Figma has become very slow on the first load.
Upon inspection, one particular 5MB wasm (WebAssembly) file from Figma takes over 30 seconds to load.
Turning off zero trust we can load this under 2 seconds. This is true for other wasm website as well such as autocad.
Is is expected? (like for security reason?). Looking forward for any suggestions. ๐
2 Replies
it may be trying to scan the file, check whether you have AV scanning enabled https://developers.cloudflare.com/cloudflare-one/policies/gateway/http-policies/antivirus-scanning/#enable-av-scanning
Cloudflare Docs
AV scanning ยท Cloudflare Zero Trust docs
Cloudflare Gateway protects users as they browse the Internet. When users download or upload a file to an origin on the Internet, that file could โฆ
Thanks! I guess the only option is to create rules to not scan figma domain wasms, wish it could just scan faster.