Kevin Heis
|
0886faddac
|
Move language context to browser/session (#29433)
|
2022-07-28 18:50:46 +00:00 |
|
Kevin Heis
|
f79e1d2cb7
|
Fetch CSRF token over XHR (browser-side) (#29337)
* Client side csrf token grab
* Update get-session.ts
* Update get-session.ts
* Update get-session.ts
* Remove test refs to meta tag
* Update get-session.ts
* Update get-session.ts
* Update get-session.ts
* Update get-session.ts
* Fix some type issues
* Simplify api
* Update components/lib/get-session.ts
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
|
2022-07-27 16:18:07 +00:00 |
|
Peter Bengtsson
|
cc197ccbf1
|
make it possible to control the rendering cache LRU sizes (#29180)
* make it possible to control the rendering cache LRU sizes
* Update middleware/cache-full-rendering.js
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
* Update middleware/cache-full-rendering.js
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
|
2022-07-20 20:45:06 +00:00 |
|
Peter Bengtsson
|
ca5e538c1b
|
correct statsd prefix for cache full rendering (#27983)
|
2022-05-25 10:53:09 -04:00 |
|
Peter Bengtsson
|
5874a9c13b
|
Don't bother render-caching if no next data script (#27944)
|
2022-05-24 15:39:33 +00:00 |
|
Peter Bengtsson
|
e53f40cfc6
|
Optimize rendering cache (#27917)
* Optimize rendering cache
* deleted the wrong return
* put it back
* oops. thanks eslint
|
2022-05-23 18:32:05 +00:00 |
|
Peter Bengtsson
|
18504871b9
|
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>
|
2022-05-23 12:12:09 +00:00 |
|