1
0
mirror of synced 2025-12-25 02:17:36 -05:00

cache full rendering (#25424)

* cache full rendering

* still not working with gzip

* progress progress progress

* smaller

* hacky progress

* small fixes

* wip

* lock file

* wip

* wip

* package-lock updates

* wip

* search DOM in lowercase

* simplify

* with instrument

* improve test coverage

* mutateCheeriobodyByRequest

* fix

* remove renderContentCacheByContex

* disable render caching in sync-search

* diables things in github/github link checker

* gzip lru

* tidying up

* updated

* correct tests

* fix: move userLanguage to LanguagesContext

* Revert "fix: move userLanguage to LanguagesContext"

This reverts commit d7c05d958c71eaad496eb46764eb845d80b866ca.

* contexts ftw

* fixed rendering tests

* oops for got new file

* nits addressed

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
This commit is contained in:
Peter Bengtsson
2022-05-23 08:12:09 -04:00
committed by GitHub
parent 00d0f82c8f
commit 18504871b9
23 changed files with 700 additions and 572 deletions

View File

@@ -39,4 +39,7 @@ module.exports = {
config.experiments.topLevelAwait = true
return config
},
// https://nextjs.org/docs/api-reference/next.config.js/compression
compress: false,
}