Ghost/ghost/link-redirects/test
Naz 4c60cdce9c
Optimized link redirects handling
refs https://github.com/TryGhost/Toolbox/issues/515

- The link redirect handled was querying database on every single frontend request causing a significant amount of unnecessary traffic
- The optimization is returning early if the incoming URL does not start with a common "r/" prefix
2023-02-02 15:04:52 +08:00
..
.eslintrc.js
LinkRedirectsService.test.js Optimized link redirects handling 2023-02-02 15:04:52 +08:00