I just tried to add some timing measurements to th...
# community-help
j
I just tried to add some timing measurements to the curl command you shared and this is what I see even from my local machine, when the queries are sent to your dev cluster:
Copy code
curl '<https://xxx.a1.typesense.net/collections/yyy/documents/search?q=&query_by=description,name,ranchName,city,stateShort,state,tags&filter_by=isArchived:false+%26%26+status:for+sale+%26%26+status>:\u0021%3Ddeleted&sort_by=rate:desc,+verifiedLevel:desc,+visits:desc&per_page=25&page=1&num_typos=2&include_fields=breedClass,breedTypes,city,createdAt,description,email,headCount,id,isArchived,isFeatureListed,name,pricePerHead,ranchName,sellerId,stateShort,status,images,videos,title,totalPrice,visits,weightAvg,weightTotal,rate,tags,verifiedLevel,price,priceType' \
  -H "x-typesense-api-key: ${TYPESENSE_API_KEY}" \
  -o /dev/null -s -w "\ntime_namelookup: %{time_namelookup}\ntime_connect: %{time_connect}\ntime_appconnect: %{time_appconnect}\ntime_pretransfer: %{time_pretransfer}\ntime_redirect: %{time_redirect}\ntime_starttransfer: %{time_starttransfer}\ntime_total: %{time_total}\n"

time_namelookup: 0.001973
time_connect: 0.033868
time_appconnect: 0.107617
time_pretransfer: 0.107727
time_redirect: 0.000000
time_starttransfer: 0.139420
time_total: 0.139495