mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
dd68fca968
- this code is a hotpath for the URL service and has shown to be slow for sites with a lot of posts - this is because of the overhead of lodash - we can just do away with lodash and use native JS, which has a negligible performance cost - this cuts about 5% CPU time during boot of large sites |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
monobundle.js | ||
package.json | ||
playwright.config.js |