Replies: 3 comments
-
One issue that is known with Vite is that it would (re)download all Ark components on Start and HMR. Could you perhaps check in the network tab if that's the case? |
Beta Was this translation helpful? Give feedback.
-
Just checked and no, there's no (re)downloading of anything on start. @spaaacetoast , can you repro, or is it just my machine? I'm on a Macbook Air with 8gb, so I suppose it's possible that the stackblitz tab would consume more than the ~2.4gb that it's currently consuming if I had more free memory, but I would hope that would be enough for any dev processes... Given that it happens when adding the parkui preset, I'd guess it's a panda thing? |
Beta Was this translation helpful? Give feedback.
-
I solved this by excluding node_modules explicitly in the panda config. |
Beta Was this translation helpful? Give feedback.
-
The stackblitz project that opens when clicking on the "Solid Start" button on the "Getting Started" page is extremely slow to start the dev server and do HMR.
I followed the steps manually, building on the official solid-start stackblitz here, and was able to successfully set up panda and get fast dev server starts and HMR, but adding the parkui preset to the panda config made initial dev server start time ~100s and HMR time ~20s.
I downloaded the project and ran it locally and it was much faster (although strangely the HMR didn't work), so the problem seems to be localized to stackblitz (either because of memory constraints, although that tab said it consumed ~2.4gb of memory, or stackblitz's browser filesystem)
Beta Was this translation helpful? Give feedback.
All reactions