-
Hi, I saw your paper "New Horizons for a Practical and
Performance-Optimized Solar System Internet" and saw that you were using a bundle size of 0.5MB for the performance results. I am interested in w…
-
Hey team, I have been playing around with Tremor and noticed that hot reload times really increased. After doing a bit of digging I found that the bundle size is quite large.
The bundle seems to i…
-
I've made a custom build with the following code:
```javascript
require ( 'core-js-builder' )({
modules: ['es6.array.fill']
})
```
And the resulting build is 5.5kb, that seems **excessivel…
-
A couple things to try:
- find a bundle analyzer to let us know what dependencies are the largest
- try switching from react to preact
- remove all unused code!
Anything else?
-
Importing the package as suggested (import geoblaze from 'geoblaze';), imports everything from the library, resulting in more than 1.2mb additional scripts.
At least this is what webpack bundle analy…
-
Currently the target package is `umd` when built with webpack this means that when we subsequently use this library it is non-trivial for our bundlers to optimise or tree-shake away any unused parts o…
-
The application relies a lot on React Server Components to ship the least amount of JS code to clients.
Still the JS bundles are big (+100 kB), it's a lot of code and it has an impact on performanc…
-
Implement a feature in @fluentui/bundle-size that will block PRs if the size increase in a PR is above a certain threshold for a package
-
Hi folks!
We are currently using the `@microsoft/teams-js` library of version `2.19.0`. We are trying to migrate to a newer version to align the dependency on a monorepo, and while trying to consu…
wd39 updated
3 months ago
-
```
-rw-r--r-- 1 root root 778K Apr 12 08:20 app.js
```
778k is pretty unacceptable