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
..
admin fix: keep sortBy while searching 4 years ago
client feat(writeapi): user settings API 4 years ago
installer refactor: switch to using slugify module 4 years ago
modules performance improvements (#8795) 4 years ago
ajaxify.js fix: #8732 4 years ago
app.js fix: #8732 4 years ago
overrides.js fix: escape config.userLang/acpLang, don't allow invalid language codes 5 years ago
require-config.js feat: +assetBaseUrl, -l10BaseUrl, -requireBaseUrl 5 years ago
service-worker.js feat: move service-worker.js into its own file 4 years ago
sockets.js fix: use POST call for user creation in ACP 4 years ago
utils.js performance improvements (#8795) 4 years ago
widgets.js fix: use the correct attribute name for widgets 5 years ago