pi0 / nuxt-shiki

🎨 Nuxt + Shiki syntax highlighter
79 stars 2 forks source link

Reduce request watefall when lazy loading #18

Closed pi0 closed 8 months ago

pi0 commented 8 months ago

Currently, we do lazy load shiki on client side when needed but there is a little bit of waterfall in chain that could be improved.

old:

image

updated with 3736ed8551b369afd29d0555debd9b0392162310:

image

fully fixed by https://github.com/shikijs/shiki/pull/624

image

Reproduction:

pnpm nuxt build playground
pnpm nuxt preview playground

Source:

(edit something in the left pannel to see the network activity)