rairprotocol / rair-dapp

Source code for RAIRprotocol ecosystem
Apache License 2.0
1 stars 2 forks source link

Investigate frontend performance for image loading (Figure out issue referencing to master issue) #50

Closed SeanM322 closed 1 week ago

SeanM322 commented 1 month ago

Investigate frontend performance for image loading to see if there are improvements to speed / reliability. (will get default image switched out)

rairprotocol commented 1 month ago

three places load from. alchemy cdn, gcp bucket, filebase - check if 1 is faster??

what determines the priority in which assets load. What is this 14 second rair.market/api/0xcontract0-60 taking all the time.

how does the

doesn't matter (5kb-30kb so small)

alchemy-cdn. small . webp (thumbnail)

alchemy-cdn. small . webp (full size)

rairprotocol commented 1 month ago

performance is more than just images. Arsenii found alchemy is best for fastest loading over bucket and filebase.

Javascripts are too big (8mb) - need to figure out how to reduce their size.

rairprotocol commented 1 week ago

@ #58

rairprotocol commented 1 week ago

Should put everything in branch 58