问题
We are using Google docs api-document.generate function to generate templates and documents.BatchUpdate function to replace/merge various kinds information like text, URL's, images and tables with values inside the templates.
During document.BatchUpdate function we are sending a JSON more than 200 objects with "WriteControl" and it has some custom code to handle our tables- text color, conditional logics, URLS and Inline images.
Google Docs API is typically taking 20-60 seconds for loading a 1 page document. Does anyone have suggestions on optimizing document.batchupdate Google docs
来源:https://stackoverflow.com/questions/56169302/need-help-optimizing-our-google-docs-api-for-document-batchupdate