Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence Cloud REST API call takes lot of time when page start value is 28K

Mualiful Mizan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 21, 2022

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

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events