Closed aralroca closed 3 weeks ago
``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-adapter-vercel@604 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-tailwindcss@604 ```
``` bun add https://pkg.pr.new/brisa-build/brisa@604 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/create-brisa@604 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/www@604 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-pandacss@604 ```
commit: 038a54a
It was only at ~4000 req/sec because many dynamic imports were executed in runtime.
This PR moves some dynamic exports to global variables + adds cache, and improves 575% the req/sec, to ~27.000 req/sec.
There are still many dynamic imports and many optimizations that could bring it close to 100,000 req/sec. But this is a first step, since for 0.1 the target was the route map and the primary features, the optimization is now coming as a target for the 1.0 route map.
Before
Now