More out of curiosity than anything. Do you think it'd be good practice to cache form pages?
I've got a form that has a dropdown box that is populated from a rather hefty SQL call and takes a bit too long to load (from my shared hosting site). It's a simple form that when submitted just saves a bit of data to the database.
I'm thinking I'll just cache the page using the OutputCache filter, but was wondering if there were any downsides to doing that?
Only logged in users can access the form. Would there be any issues with caching and different users accessing the form?