Skip to content

180 - Prefetching later-used chunks#193

Merged
rorticus merged 1 commit intodojo:masterfrom
rorticus:issue-180
Aug 22, 2019
Merged

180 - Prefetching later-used chunks#193
rorticus merged 1 commit intodojo:masterfrom
rorticus:issue-180

Conversation

@rorticus
Copy link
Contributor

Type: bug
Type: feature

The following has been addressed in the PR:

Description:

Preloading additional chunks during BTR. All chunks that aren't needed on the current page are output as <link prefetch> tags to make future requests faster.

image

Resolves #180

@rorticus rorticus requested review from agubler and matt-gadd August 16, 2019 13:58
@codecov
Copy link

codecov bot commented Aug 16, 2019

Codecov Report

Merging #193 into master will increase coverage by 0.02%.
The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
+ Coverage   85.93%   85.96%   +0.02%     
==========================================
  Files          40       40              
  Lines        1891     1902      +11     
  Branches      512      513       +1     
==========================================
+ Hits         1625     1635      +10     
- Misses        266      267       +1
Impacted Files Coverage Δ
src/build-time-render/BuildTimeRender.ts 97.66% <90.9%> (-0.26%) ⬇️

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 b17de84...af2cd7c. Read the comment docs.

@rorticus rorticus merged commit 9358445 into dojo:master Aug 22, 2019
@rorticus rorticus deleted the issue-180 branch August 22, 2019 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Preload additional chunks and blocks from Build Time Render

2 participants