Bug 467458 - Editing transactions extremely slow (on macOS)
Summary: Editing transactions extremely slow (on macOS)
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: git (master)
Platform: macOS (DMG) macOS
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-16 20:06 UTC by Dawid Wróbel
Modified: 2023-03-16 20:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Profiler output for double-clicking a transaction for editing (724.96 KB, image/png)
2023-03-16 20:12 UTC, Dawid Wróbel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dawid Wróbel 2023-03-16 20:06:28 UTC
SUMMARY
It takes about 3-5 seconds to open a transaction edit dialog. Similarly, from clicking on a "Split Edit" icon to the dialog actually becoming usable takes another ~5 seconds. Not sure if this issue is specific to macOS or my dataset.

Sample debugger output for the dialog split dialog opening:

2023-03-16 21:00:56.863423+0100 kmymoney[65586:1120321] currencySignPosition for negative values from locale is out of bounds (127). Reset to default.
2023-03-16 21:00:56.863455+0100 kmymoney[65586:1120321] currencySignPosition for positive values from locale is out of bounds (127). Reset to default.
2023-03-16 21:01:00.221602+0100 kmymoney[65586:1120321] currencySignPosition for negative values from locale is out of bounds (127). Reset to default.
2023-03-16 21:01:00.221627+0100 kmymoney[65586:1120321] currencySignPosition for positive values from locale is out of bounds (127). Reset to default.
2023-03-16 21:01:01.844496+0100 kmymoney[65586:1120321] currencySignPosition for negative values from locale is out of bounds (127). Reset to default.
2023-03-16 21:01:01.844532+0100 kmymoney[65586:1120321] currencySignPosition for positive values from locale is out of bounds (127). Reset to default.
2023-03-16 21:01:01.844539+0100 kmymoney[65586:1120321] currencySignPosition for negative values from locale is out of bounds (127). Reset to default.
2023-03-16 21:01:01.844544+0100 kmymoney[65586:1120321] currencySignPosition for positive values from locale is out of bounds (127). Reset to default.
2023-03-16 21:01:02.022980+0100 kmymoney[65586:1120321] currencySignPosition for negative values from locale is out of bounds (127). Reset to default.
2023-03-16 21:01:02.023011+0100 kmymoney[65586:1120321] currencySignPosition for positive values from locale is out of bounds (127). Reset to default.


SOFTWARE/OS VERSIONS
macOS: 13.2.6
KDE Frameworks Version: 5.98
Qt Version: 5.15.7
Comment 1 Dawid Wróbel 2023-03-16 20:12:03 UTC
Created attachment 157337 [details]
Profiler output for double-clicking a transaction for editing
Comment 2 Dawid Wróbel 2023-03-16 20:25:04 UTC
*correction: when I say "opening a split edit dialog", I mean opening a Category drop-down list in that dialog.