We have a typical farm installation: 1 web front end, 1 sql server, separate mail server. When changes are made to pages sometimes it will take a few hours for the changes to actually be visible.
i.e. We add a link to the top nav bar, which should take effect immediately, and it won't appear until two hours later.
I have erased my IE cache, reset IIS, reset SQL server, and basically removed anything that could possibly be caching the old information to no avail. These delays are really hampering development as you could imagine.
What could be causing these latency issues? Any suggestions as to how to fix this?