I noticed that if I was trying to fetch too many NFTs I would get an error about exceeding the allowed gas amount.
Besides paging, which has to be implemented anyway at some point, I would rather take this occasion to figure out if I'm packing too much data in one NFT and if that should be separated from the NFT details, so that you can retrieve more objects with one request and fetch the other Metadata details only if necessary.
I noticed that if I was trying to fetch too many
NFTsI would get an error about exceeding the allowed gas amount.Besides paging, which has to be implemented anyway at some point, I would rather take this occasion to figure out if I'm packing too much data in one
NFTand if that should be separated from theNFTdetails, so that you can retrieve more objects with one request and fetch the otherMetadatadetails only if necessary.