@baris i don't think so!
I see this case:
System load slow after you login admin, it effect all everyone.
System fast if you don't login.
i see a log:
WARNING in ./node_modules/fetch-cookie/node_modules/tough-cookie/lib/utilHelper.js 4:11-26
Module not found: Error: Can't resolve 'util' in '/home/nodebb/node_modules/fetch-cookie/node_modules/tough-cookie/lib'
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
- install 'util'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "util": false }
ERROR in node:url
Module build failed: UnhandledSchemeError: Reading from "node:url" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "node:" URIs.
at /home/nodebb/node_modules/webpack/lib/NormalModule.js:973:10
at Hook.eval [as callAsync] (eval at create (/home/nodebb/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/home/nodebb/node_modules/tapable/lib/Hook.js:18:14)
at Object.processResource (/home/nodebb/node_modules/webpack/lib/NormalModule.js:969:8)
at processResource (/home/nodebb/node_modules/loader-runner/lib/LoaderRunner.js:220:11)
at iteratePitchingLoaders (/home/nodebb/node_modules/loader-runner/lib/LoaderRunner.js:171:10)
at runLoaders (/home/nodebb/node_modules/loader-runner/lib/LoaderRunner.js:398:2)
at NormalModule._doBuild (/home/nodebb/node_modules/webpack/lib/NormalModule.js:959:3)
at NormalModule.build (/home/nodebb/node_modules/webpack/lib/NormalModule.js:1144:15)
at /home/nodebb/node_modules/webpack/lib/Compilation.js:1418:12
This is my config.json
{
"url": "http://mydomain",
"secret": "{myhash}",
"database": "mongo",
"port": ["9901", "9902", "9903", "9904", "9905", "9906", "9907", "9908", "9909"],
"mongo": {
"host": "127.0.0.1",
"port": "27017",
"username": "{user}",
"password": "{pass}",
"database": "{dbname}",
"uri": ""
},
"redis": {
"host":"127.0.0.1",
"port":"6379",
"database": 0
},
"max-memory":5000
}
Do you want to connect with me for get this case? i can provide SSH for you check details.