I'm trying to use CCK and the content access type to allow anonymous users to post feedback as a content type. However I'm running into the issue that when an anonymous user posts there is significant lag before it reaches to posted content. All together I want the behavior to work as so:
User edits the content type and posts it.
*HERE'S WHERE THE LAG OCCURS*
After the save it shows the completed feedback form.
Once the user navigates away from the content type IT CAN NO LONGER BE ACCESSED.
I've tried to do the above by setting the permissions for the feedback form content type to only "Can create content" but no access/editing for that content type is allowed for non administrators. It seems to work just fine, there's just a HUGE lag between the post action and the viewing of the post. After that all the behaviors work fine.
Has anyone else done something similar or seen this behavior before?
Is there a way to tell if it's drupal's doing or if my system's just slow?
Thanks in advanced for serious replies.
Comments
If you enabled cacheing, that
If you enabled cacheing, that affects pages served to anonymous users.
Does that mean I should
Does that mean I should enable it to reduce the lag? Right now I have all caching disabled for development purposes.
Bump and reply request.
Bump and reply request.
Yes!
You should
:)
FAIL.
All attempts to make this work failed. The lag remained regardless of what my cache settings happened to be.