Create column is working as expected, but api response time is consistently around 1.5 seconds.
This is slowing down our boards creation, can the api response time be reduced further? which will help in saving time in creating the columns.
snippet:
mutation{create_column(board_id:board_id,
title:title,column_type:column_type,
description:description){id}}
create column : 1.59 seconds
Hello there @Gopishankar and welcome to the community!
I hope you like it here 
I don’t think there is anything that can be done on your end to make this mutation faster. Having said that, I do see that it takes for me between 0.5 and 1 second each time, but this might be related to a higher traffic at the time of your tests.
Thanks for the response.

This is the metrics we have for the apis which we are using.
We had seen these times irrespective of any time of the day. we are trying other ways to reduce further, but if there is a plan from Monday.com to optimize further like 20-30% reduction, we can benefit with much better automation timings.
Can you double check if at all there is a plan to look into it from your end too?
Hello again,
Matias here!
Our team is always working on ways to improve performance but at this point there is nothing I can share regarding specific milestones or ETAs.