You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am noticing, that speed / performance is pretty bad in my roots/sage project.
Node version: v16.16.0
NPM version: 8.18.0
That's my terminal output below.
As you can see, assets built in 84s. I also noticed that that js/app.js file is around 11 MB - why? It's original file basically.
Hello! You're welcome to start a topic on https://discourse.roots.io/ for questions or support, but the issues on this repo are meant for reproducible bug reports.
As you can see, assets built in 84s. I also noticed that that js/app.js file is around 11 MB - why? It's original file basically.
The "why?" part of this question really warrants some more troubleshooting on your end first. You've added at least 10 dependencies and likely modified other files and added files, yeah? Sage doesn't ship with 10MB of assets — your project is not basically the original like you're suggesting.
I am noticing, that speed / performance is pretty bad in my roots/sage project.
That's my terminal output below.
As you can see, assets built in 84s. I also noticed that that
js/app.js
file is around 11 MB - why? It's original file basically.My
package.json
file:Any ideas on what am I missing or doing wrong?
Thanks, best regards!
The text was updated successfully, but these errors were encountered: