iotexproject / iotex-desktop-wallet

IoTeX Desktop Wallet [Deprecated]
Apache License 2.0
140 stars 76 forks source link

improve perf of explorer #1422

Open guo opened 4 years ago

guo commented 4 years ago
guo commented 4 years ago

it takes about 7s now to load the complete page.

altbee commented 4 years ago

@guo , which page exactly? Or should I do profiling all pages?

raullenchai commented 4 years ago

the landing page of iotexscan.io

altbee commented 4 years ago

ok

altbee commented 4 years ago

@raullenchai , @guo , it's using SSR, so can't profiling using React DevTools

guo commented 4 years ago

1447 improved loading speed by 1.5s from 7s reduced to 5.5s.

After profiling, the following assets are not in CDN yet. Let's add them to CDN. image

guo commented 4 years ago

Please note that the cached files need to marked as dirty each time during release. (so need to add a hash to the name file.)

guo commented 4 years ago

please use cdn.iotexscan.io. it has been set up.