问题
Is it possible to use Cloudflare to reduce the stress on my firebase landing page? If so, how would I go about setting that up? This is a relatively new concept to me.
回答1:
This is possible but not recommended. Firebase Hosting is already served via a global CDN and is built to take on enormous scale. By using CloudFlare acceleration (using it just for DNS is perfectly fine) in front of Firebase Hosting you are likely to slow down your site by adding an extra proxy layer between the client and the content.
来源:https://stackoverflow.com/questions/47585071/cloudflare-and-firebase