Problem:
why confluence cloud takes a lot of time to load a page, if the value page start is 28K, the system takes close to 10-30 seconds to return back with the response. This response is faster if the start page is lesser.
Environment:
Confluence Cloud
Step Command Using Curl:
curl -X GET -v -H "Authorization: Basic xxxxtokenxxxx" "https://mysite.atlassian.net/wiki/rest/api/content?start=28000&limit=200"
Expected Result:
possibly to take off time is faster (5-7) seconds like the start value page from 1 onwards till under 28K pages
Results:
{
"time_redirect": 0.000000,
"time_namelookup": 0.089040,
"time_connect": 0.115443,
"time_appconnect": 0.162690,
"time_pretransfer": 0.163050,
"time_starttransfer": 14.361586,
"size_request": 216,
"size_upload": 0,
"size_download": 406246,
"size_header": 811
,"-------------------------------",
"time_total": 14.464976,
}
Thank you