Having a look at those tutorials, I really wonder if I need page rules for such a simple case - all I would need is to forward everything (one single redirect) to https://www.
I remember I played hours around with regex once, thus I try to avoid it as much as I can.
Interestingly, I could enable forced HTTPS as well in Cloudways and it does not have a negative impact. Probably, as Cloudways never must force HTTPS (when only HTTPS traffic reaches cloudways).
I wonder if SSL full (strict) with a Cloudflare certificate is also required in this case. Till now, I always had SSL full (strict) with a Let’s Encrypt certificate from Cloudways and it seemed to work well.
You can live quite comfortably without those page rules. Search Engines will find the canonical URL for your site, then stick with that. Anybody who does a search for your site won’t get any redirects. People who manually type the domain name in won’t notice the speed of the Always Use HTTPS redirect.
I do use a www to naked domain Page Rule because it’s faster than letting my server do it and I’m not running out of Page Rules.
I thought it’s best practice to avoid those redirects. Ahrefs showed it as well, so I thought I must try to fix this. But perhaps you are right, and it does not matter too much.