Hi,
Its a great, great module. I installed and i see the performance improvement is tremendous.
However, I am facing a problem on the cached pages. The forms are not getting submitted. When I click on the Submit button, it does nothing. Just acts as if there is no submit handler there. This happens with the forms in the blocks, and also in the content area such as Add comments block.
Can you please help me with this?
Also, are there certain changes that need to be done to use this module for custom themes? I am using a custom theme and am printing the $scripts at the end of the page.tpl.php file (could this be a reason)?
Also, in case there are certain things need to be done to custom themes (apart from using the cached variables) it would be great if some additional documentation is provided.
Thanks again for this module.
Have a great day!
Comments
Comment #1
Jonah Ellison commentedDoes your site have any JavaScript errors? (Check your Firefox Error Console.) This could prevent forms from being submitted.
If you're serving cached pages to logged-in users, then changes to themes probably need to be made. The guideline is that the final HTML of cached pages must be the same for each user, so if you have a "helllo, username" link or text, then this must be generated dynamically using JavaScript, instead of server-side using PHP.
Comment #2
nvl.sateesh commentedThanks Jonah,
I will implement this and post back the results.
Have a great day!
Comment #3
znerol commented