You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Barış Soner Uşaklı a05905f196
performance improvements (#8795)
* perf: nconf/winston/render

cache nconf.get calls
modify middleware.pageView to call next earlier
don't call winston.verbose on every hook see https://github.com/winstonjs/winston/issues/1669
translate header/footer separately and cache results for guests

* fix: copy paste fail

* refactor: style and fire hook only log in dev mode

* fix: cache key, header changes based on template

* perf: change replace

* fix: add missing await

* perf: category

* perf: lodash clone

* perf: remove escapeRegexChars
4 years ago
..
write feat(writeapi): user settings API 4 years ago
accounts.js fix: #8656, rename /api/me to /api/self 4 years ago
admin.js Admin/users (#8762) 4 years ago
api.js fix: unable to register async method as response hook listener 4 years ago
authentication.js fix: remove debug log 4 years ago
debug.js fix(openapi): moved write-api to public/openapi 4 years ago
feeds.js fix: category RSS feed was displaying deleted topics 4 years ago
helpers.js performance improvements (#8795) 4 years ago
index.js feat: allow plugins to define api routes 4 years ago
meta.js feat: move service-worker.js into its own file 4 years ago