Hello
Thank you for your question and reaching out. I can understand you are having issues related to Office files are opening slow in DFS.
- DNS. Make sure your DNS infrastructure is working as expected. Make sure the names referred in the namespace are quickly resolved. Use NSLOOKUP to look.
- Domain Referrals. Make sure the DC referrals are happening as expected. Use DFSUTIL CACHE DOMAIN to look at this cache.
- DFS Referrals. Make sure the DC referrals are happening as expected. Use DFSUTIL CACHE REFERRAL to look at this cache.
You might want to flush the caches before looking into those.
- For DNS, clear with IPCONFIG /FLUSHDNS
- For DC Referrals, clear with DFSUTIL CACHE DOMAIN FLUSH
- For DFS Referrals, clear with DFSUTIL CACHE REFERRAL FLUSH
--If the reply is helpful, please Upvote and Accept as answer--