Image serving in cloudflare pages or R2
Hi everyone, right now I have lots of images in my codebase it seems to work directly from cloudflare pages, is there any limit at which I need to move to R2? Is there any performance issues with serving directly from cloudflare pages?
2 Replies
The performance on pages will probably be better, it has a 25MB per file limit with 20,000 max files and the assets have to be uploaded as part of the website and be a legitimate part of the website (you can't use pages for storing unrelated assets)
Thank you for your response, crossed the 25MB limit yesterday, had to move to R2