I made some changes to a view that caused a significant reduction in performance. Time to refresh the view roughly doubled from 0.5 sec to 1 sec.
My music is stored in 4 root folders:
E:\Music\
E:\Music (video)\
E:\Music (extras\
E:\Music (culls)\
My main view for playing music only wants to see the music from E:\Music\ and E:\Music (video)\.
Fast version of view uses set rules for file display:
Filename (path) does not start with E:\Music (culls)\ AND Filename (path) does not start with E:\Music (extras)\
Slow version of view uses set rules for file display:
Filename (path) starts with E:\Music\ OR Filename (path) starts with E:\Music (video)\
I'm wondering if this is expected or if it might hint at a possible optimization available to JRiver developers?
Also wondering is anyone has any other tips for optimizing view performance?
For example, would it be better for me to create a custom field to specify Music, Video, Extra, Culls and then filter on this field rather than using Filename (path)?