I have mapping on my smart contract from unit256 to a struct of different data ,,, now I'm fetching all those on my react / next application, but guess what it is taking too long to load all my data,, Is any solution for it? do I have to save those to another external database and fetch them from there?
Currently, I am using Next Js and solidity smart contract