Summary
The user seeks assistance in optimizing a script that fetches NFTs from accounts with large collections. The current script struggles with extensive NFT ID lists, leading to compute capacity issues. The user aims to modify the approach to fetch the first 100 NFTs and 100 random NFTs without exceeding capacity. They have encountered problems when trying to return all IDs from large collections. Recommendations include using storage iteration functions and splitting the process into two scripts: one for returning all IDs and another for processing the first 100. The user requests guidance on implementing these solutions or other efficient methods for handling large NFT collections, along with examples or scripts.