dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Page Cache #313

Closed matt-gadd closed 3 years ago

matt-gadd commented 3 years ago

Type: feature

The following has been addressed in the PR:

Description:

This adds a binary page cache for Build Time Render.

codecov[bot] commented 3 years ago

Codecov Report

Merging #313 (48ce394) into master (d6e1a9d) will decrease coverage by 0.59%. The diff coverage is 72.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #313      +/-   ##
==========================================
- Coverage   86.18%   85.58%   -0.60%     
==========================================
  Files          53       54       +1     
  Lines        2526     2574      +48     
  Branches      682      693      +11     
==========================================
+ Hits         2177     2203      +26     
- Misses        349      371      +22     
Impacted Files Coverage Δ
src/build-time-render/cache.ts 50.00% <50.00%> (ø)
src/build-time-render/BuildTimeRender.ts 93.48% <77.27%> (-2.50%) :arrow_down:
src/build-time-render/BuildTimeRenderMiddleware.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d6e1a9d...48ce394. Read the comment docs.