Beta14 best practice to work with view cache?

The default view cache works fine on most my views with very light contents, but some of my views have large list and images, and when I nav away from these heavy views, the next page will become very slow and especially when I have forms that I need to fill, completely unusable, I tried to clear the cache when landing on these form page, which works but after nav away then my other pages just breaks without any errors. I had to disable the view cache.

Any idea?