View Issue Details

IDProjectCategoryView StatusLast Update
0015820MMW 5FileMonitor / Find Missingpublic2020-07-22 01:38
Reporterpeke Assigned To 
PriorityhighSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Target Version5.0 
Summary0015820: Folder browser is much slower in MM5 and Current view is refresshes without needs
Description1. 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
TagsNo tags attached.
Fixed in build2186

Relationships

related to 0015369 closedpetr Scanning Album Art fails to refresh the Location directory 
related to 0015805 closedpetr Location Node: Location Tree node is not updated on Change 
related to 0015821 feedbackjiri Manual Add to Library can be much faster 

Activities

Ludek

2019-07-04 12:34

developer   ~0054086

Last edited: 2019-07-04 12:51

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?

petr

2019-07-04 13:42

developer   ~0054088

2) removed refresh as now it's done using common notification

peke

2019-07-10 22:11

developer   ~0054125

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.

peke

2020-07-22 01:38

developer   ~0059056

Verified 2261

In compare to MM4, now MM5 seams faster as it shows files more fluent.