A number of debottleneck opportunities are available to improve the load time of the NFT screen.
This is the easiest one.
We do not actually need the token info to render all the listings. Render the listings when you get them with a spinner for info that comes from token cache.
We can also dramatically improve the speed of getting and caching this token info, but that should be another diff.