View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015820 | MMW 5 | FileMonitor / Find Missing | public | 2019-07-03 23:27 | 2020-07-22 01:38 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 5.0 | ||||
Summary | 0015820: Folder browser is much slower in MM5 and Current view is refresshes without needs | ||||
Description | 1. Folder Browser/scanner is >10% slower in MM5 than in MM4 2. After Adding to Library Current View is refreshed without any needs Video File and accompany LOG files are is uploaded to FTP | ||||
Tags | No tags attached. | ||||
Fixed in build | 2186 | ||||
|
1) On the video I see that the folder scan took: MM4: 57 seconds MM5: 62 seconds This is nearly the same time that could be influenced by momentary network or HDD condition/bottleneck. Maybe try the test more times or even with larger folder to see whether there is really a notable difference in the performance? 2) Is caused by the line 32816 in the actions.js: actions.view.refresh.execute(); It was added by Petr in course of fixing 0015369 So assigned to Petr to look into it, if the refresh is really needed then it shouldn't be called on non-library nodes (i.e. Folders sub-nodes in the Peke's video). But maybe the refresh can be just removed as the 0015805 solution solves the refresh now? |
|
2) removed refresh as now it's done using common notification |
|
Verified 2186 and Resolved for now as looks like removing refresh solves 0015805 Left resolved till I do larger scale test 50k+ of tracks from same location. Will open new bug then. |
|
Verified 2261 In compare to MM4, now MM5 seams faster as it shows files more fluent. |