All my websites are slow when cloudflare proxy is enabled

What is the name of the domain?

adultdomain.com

What is the issue you’re encountering

All my websites are slow when cloudflare proxy is enabled, it takes like 2 minutes to load with cloudflare enabled. I have a pro account so I created a ticket in support and followed what the automatic message asked. I made webpagetest.org with and without cloudflare, /cdn-cgi/trace, Har file etc… I posted this ticket two weeks ago but didn’t get any answer back. I can’t post the domains because those are adult websites. Thank you.

What steps have you taken to resolve the issue?

  • webpagetest.org with and without cloudflare: It is also way slower when cloudflare is enabled.
  • Har file sent to support ticket
  • /cdn-cgi/trace

Wonder if it’s related to the SSL settings or even more, might be some conflict or caching issue if you’re using origin cache + caching at Cloudflare.

Could you provide more feedback as of your Browser Cache TTL, Edge Cache TTL and other Optimization features being either enabled or not for your zone?

May I ask did you enabled such features like TCP turbo, Polish, Mirage, etc.?

Are you possibly running WordPress and using APO for Cloudflare?

Hello,

  1. About Cache I tried to enable “development mode” and added page rules:

domain.com/* Cache Level: Bypass
.domain.com/ Cache Level: Bypass

But all my websites were still very slow when cloudflare proxy were enabled.

Browser Cache TTL is 4 hours, How can I check Edge Cache TTL? Caching Level is standart.

  1. I installed Certbot on my server. Put in nginx conf:

set_real_ip_from 103.21.244.0/22;
set_real_ip_from 103.22.200.0/22;
set_real_ip_from 103.31.4.0/22;
set_real_ip_from 104.16.0.0/13;
set_real_ip_from 104.24.0.0/14;
set_real_ip_from 108.162.192.0/18;
set_real_ip_from 131.0.72.0/22;
set_real_ip_from 141.101.64.0/18;
set_real_ip_from 162.158.0.0/15;
set_real_ip_from 172.64.0.0/13;
set_real_ip_from 173.245.48.0/20;
set_real_ip_from 188.114.96.0/20;
set_real_ip_from 190.93.240.0/20;
set_real_ip_from 197.234.240.0/22;
set_real_ip_from 198.41.128.0/17;
set_real_ip_from 2400:cb00::/32;
set_real_ip_from 2606:4700::/32;
set_real_ip_from 2803:f800::/32;
set_real_ip_from 2405:b500::/32;
set_real_ip_from 2405:8100::/32;
set_real_ip_from 2c0f:f248::/32;
set_real_ip_from 2a06:98c0::/29;

real_ip_header CF-Connecting-IP;

  • Full encryption mode, Always Use HTTPS disabled,

Thank you.

This topic was automatically closed after 15 days. New replies are no longer allowed.