statfileslevel to a higher number or to the max depth of contents
Friends,
We have a situation where we statfileslevel is set to "2" in dispatcher.any which invalidates the cache any time there is a page activation happens at /content/<root> level. We have pages very deep in the content tree and do not want dispatcher to invalidate the cache every time a page is activated as it is a performance hit on the publisher to fetch newer contents which have not been modified.
We could set this to a higher number say "4" or "5" which would reduce number of pages for which cache would be invalidated, but we have pages very deep in the tree (10-15) as well. But ideally we do not want any other page cache getting invalidated whenever we are activating a page.
I am wondering what would be the impact if we set statfileslevel to say 10 or 15? Will it create any issues i.e. performance etc? What should be the ideal settings in this case?