Since last week, whenever I open the app, CPU goes to 100% and system becomes slow. I have to wait for about 10 minutes and close other programs to get it to normal. The problem is ocurring both for the appimage and also webstore app.
Move data fetching code or side effects to componentDidUpdate.
If you’re updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run npx react-codemod rename-unsafe-lifecycles in your project source folder.
Please update the following components: Connect(HeaderComponent), Connect(MainScreenComponent), Connect(NavigatorComponent), Connect(NoteListComponent), Connect(NoteTextComponent), Connect(RootComponent), Connect(SideBarComponent), Provider
printWarning @ /tmp/.mount_JoplinK7wbRR/resources/app.asar/node_modules/react-dom/cjs/react-dom.development.js:11494
/tmp/.mount_JoplinK7wbRR/resources/app.asar/node_modules/react-dom/cjs/react-dom.development.js:11494 Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
Move data fetching code or side effects to componentDidUpdate.
Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run npx react-codemod rename-unsafe-lifecycles in your project source folder.
Please update the following components: Connect(HeaderComponent), Connect(MainScreenComponent), Connect(NavigatorComponent), Connect(NoteListComponent), Connect(NoteTextComponent), Connect(RootComponent), Connect(SideBarComponent)
I have tried changing kernels, but the issue remains. Curiously, starting joplin makes firefox use a lot of CPU especially when youtube is running. If I close the youtube tab, CPU becomes normal in about 30-40 sec.
So, 5.4 is still having the issue? I’m asking because kernel 5.5 and 5.6 both are problematic due to a single change breaking multiple frameworks and apps
Thanks. If you can add it to the original post, it will have less chance of getting lost. I’m not sure how to help you further, but the community here are crazy good at these things
Thanks!! I did not think that the issue could have been due to fonts. I realised that I had installed Google-fonts package and had huge amount of fonts, which was precisely the problem. Removed it and now everything is back to normal.