I'm using a Smarty template for my web application Registration / Sign-up form.
The form is slow to load, can I cache the registration form in order to speed up the loading of the page?
On the form page, I use SESSION and do lots of PHP error checking to ensure that the form fields are completely & correctly inputted. If not, I redisplay the form page with all inputted data and indicate to the user where they have not filled out form field data correctly. My concern, is that this error checking and using $_SESSION will not allow me to cache the page.