Don't reload renderers for empty paths
if the path is empty, skip completely the logic of checking whether load the renderer, as every time a path is empty, it will reload every renderer due to i.key().contains(path) when path is ""
if the path is empty, skip completely the logic of checking whether load the renderer, as every time a path is empty, it will reload every renderer due to i.key().contains(path) when path is ""