1.0.1
This is a bug fix release that improves rendering performance.
Speed improvement
Thanks to a new caching strategy employed in #224, done-ssr can now serve more than 2.5x as many requests per second as in the past, especially when used in conjunction with .component files.
This table shows the before/after requests per second:
| Run | 1.0.0 | 1.0.1 |
|---|---|---|
| 1 | 81.38 | 211.79 |
| 2 | 85.46 | 211.50 |
| 3 | 84.05 | 212.06 |