The website is slower than before

Answer these questions to help the Community help you get started.

*What is **the domain name**?*
`v.welomo.cn`

*Have you searched for an answer?*
yes

*Please share your search results url:*
`https://v.welomo.cn/static/vendor/bootstrap4/dropdown.js`

*When you tested your domain using the [Cloudflare Diagnostic Center](`https://www.cloudflare.com/diagnostic-center/`), what were the results?*

In [49]: `%time res = requests.get('https://v.welomo.cn/static/vendor/bootstrap4/dropdown.js')`
CPU times: user 12.8 ms, sys: 1.79 ms, total: 14.6 ms
Wall time: **3.22 s**.  ` (v.welomo.cn is behind cloudflare.com)`

In [50]: `%time res = requests.get('https://v.welomo.com/static/vendor/bootstrap4/dropdown.js')`
CPU times: user 13 ms, sys: 2.03 ms, total: 15 ms
Wall time: 150 ms


*Describe the issue you are having:*
v.welomo.cn is proxied by cloudflare, v.welomo.com is direct access

*What steps have you taken to resolve the issue?*

1.  Use requests for test comparison
2. The server is the same one
3. 

*Was the site working with SSL prior to adding it to Cloudflare?*
yes

*What are the steps to reproduce the error:*

1. import requests
2. `requests.get('https://v.welomo.cn/static/vendor/bootstrap4/dropdown.js')`
3.  `requests.get('https://v.welomo.com/static/vendor/bootstrap4/dropdown.js')`

*Have you tried from another browser and/or incognito mode?*
yes

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