Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

> Does that make it faster? It should, at least in dev server, check network tab (maybe the 600ms is about loading lodash-es barrel), I Will ckeck it tmr.

@SaintPepsi we've released `v0.19.0` with Svelte 5 Runnes compiler, I'm going to check the performance on my mobile phone (Android 14)

About the lodash-es barrel, using your import in dev server lodash-es barrel chunk 256KB, using subpackage import + optimizedDeps.include ~12.5KB. The passive event modifier is configured by Svelte 5 internally...

Adding 25/100 children in the click handler is not cheap using any framework or even using VanillaJS, the problem seems not to be related to this repository, rather it seems...

> [@userquin](https://github.com/userquin) Could this be related to `{@html...` ? [#400 (comment)](https://github.com/unplugin/unplugin-icons/pull/400#issuecomment-2764292590) > > Perhaps svelte needs additional rsources to translate the svg string into a dom element I'm not an...

Review your cache headers, index.html should use 200, any entry inside assets folder can use immutable, check deploy docs for other deployments (AWS is missing, I dont use it)

Try adding `scope: '/app/'` to the pwa options. If I understand you correctly, you've 2 apps served under `/app/` and `/admin-app/` (or root `/`) contexts.

Not all user-agents (browsers) allow to change the pwa icons or can take a while. That icon, where is configured, in the pwa icons or in the html or both?...

Looks like the problem is bundled version in devtools plugin, using 0.8.9 (missing woff2 files and using `/assets/fonts/...`): ![imagen](https://github.com/user-attachments/assets/ed969320-2a3e-404e-99f7-1bb9ceebe657)

@brc-dd maybe this can help you (or not ;) ): https://github.com/elk-zone/elk/blob/main/CONTRIBUTING.md#rtl-support