shanto
Performance degradation during Exporting Data
Fetching 1000 documents from api takes almost 30sec, though in client side we use pagination of 50 pagesize that comes within 300ms.Database is MongoDB and index is used too. And i get image url from json that is stored in gcp. So while writing it into word i needed to download it and blipfill to its position. Say for 1000 data,there is 1000 image and all are inserted in a table row and other informations are also been stored. There are 8 columns in table.
And i didn't profile my code
15 replies
Performance degradation during Exporting Data
Every data is unique and i did mistake while writing. My purpose is to download in a single file ( xlsx / docx) that will contain thousands of data that comes from api. My current document size with writing thousands data that contains image too is 6-7 MB and it takes 1-2 min for overall process (calling api,write to excel and export).
15 replies