When opening or saving CSV or XLS files from a network share, a long delay is observed before the file finishes opening or saving. This occurs even when an ignore filter is added to the agent configuration for that share.
Release: 15.8, 16.0
The problem in this particular instance is that the share is a DFS share and not a standard CIFS share. As such, the filter path for the share does not match the actual share path and thus the share was not excluded. As the share was not excluded the agent has to create a copy of the file as an .snp file in the local agent temp directory. The process of creating this .snp file can drastically slow down the opening or saving of the network share file as described in Slow Performance when Opening and Saving MS Office files from Network Shares.
If the share in question is indeed a DFS share then the filter path will need to be modified accordingly.
Instead of using a filter path like:
\\server_name\share_name\*
use the following path instead:
\\DfsClient\*\server_name\share_name\*
After saving the agent configuration, applying it to the agent group and waiting for the agent to be updated, performance for opening and saving the files on the share should be greatly improved.