tqtezos / minter

OpenMinter is dApp framework for enabling the creation and collection of non-fungible tokens (NFTs) on Tezos.
MIT License
192 stars 91 forks source link

Marketplace page loading times are very slow #308

Closed wyc closed 3 years ago

wyc commented 3 years ago

For me, it takes up to 30 seconds before I can see any of the listings:

https://openminter.com/marketplace

Is it possible to speed this up without much development effort, such as by using a cache like Redis as many web applications do?

maelswarm commented 3 years ago

@wyc this may be apart of a larger conversation.

Lighthouse results on every page reveal that there's work to be done in general.

Service workers are also a must.

Capture
obstropolos commented 3 years ago

Update: faster load times being implemented via #357 due to indexing via tzkt

obstropolos commented 3 years ago

Handled via merging #357 - currently in develop - will be formally in release cut in 0.7.0