"cloudflare support : ı was trying to run a few more tests but I still see the redirection affecting the results:
time curl -svo /dev/null https://yoursite.net
* Rebuilt URL to: https://yoursite.net/
* Trying 104.27.185.420...
* Connected to yoursite.net (104.27.185.420) port 443 (#0)....."
what I should do ?
I try :
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
store settings change http to https,
config change http to htttps

2.1.0.2 oc.