There are so many people on this board and other places that have expressed how unusable this app is! When someone from Postman replies, the only thing they say is they are looking into it or are this release may fix the problem. This has been a persistent theme.
It looks like the sync may be causing the problem. How do I check that out and if needed, clean it up without deleting what I have?
If you can send a performance profile when the app is consuming high CPU it would be helpful to find the issues.
Please send the profile for the App UI process (View -> Developer -> Show DevTool(Current View)) and the Sync process (View -> Developer -> Show DevTools(Shared)).
Here’s the steps to get the profile
Open the devtools when the app is consuming high CPU
Go to “Performance” tab.
3.Click “Record” button and stop after a few seconds
Once the profile is generated, right click on the profile and select “Save Profile”
Please attach the saved profile and the screenshots.
In my case, Postman was causing high CPU usage on the Windows’s System process (ntoskrnl.exe) and I fixed it by disabling Hardware Acceleration (Troubleshoot app issues | Postman Learning Center)