Questions takes a long time to show up
We have a problems with postings to the database. Questions don't show up immediately. They do show up in search results but doesn't show up under questions/?scope=all or questions.
The same is happening with answers to questions and votes. I guess any interaction with the database.
Any ideas as to why?
Comments
Just commenting to my own question here. This seems to be connected to memcached, when we turn it off things work as expected. I see that there are references here that hints to memcached being troublesome.
Maybe this is caching statement in the template called
askbot/skins/default/templates/main_page/questions_loop.html
try removing the {% cache %} tag, we will remove it in the next version.We'll try it out