ahserver/ahserver/__pycache__/globalEnv.cpython-310.pyc
yumoqing 574ef00881 perf: static file fast path + remove info() log on every request
- Add fast path in processorResource._handle() for static assets (.js/.css/.png/.jpg/.gif/.ico/.svg/.woff etc)
  Static files skip auth closures, i18n, url2processor, isHtml overhead
- Remove info() call in checkAuth() middleware that logged on EVERY request
  (was causing disk flush on every request, blocking the async event loop)
- Log output now only uses debug() for timecost, exception() for errors
2026-05-26 13:18:32 +08:00

11 KiB