Ensure your db in the same region as your instances... I made the mistake with Azure of putting one thing in Northern USA, and another in USA Anywhere... they're not the same :/
I have moved database around so much lately playing with the azurewebsites preview, that this is probably the case. I'll switch my database over this week and see what happens. I will mark this fixed for the time being and let you know if there are any issues after the switch.
That did help with the speed. I had forgotten to switch servers when i started playing with the Azure websites preview. Still feels a little slow, took about 6 or 7 seconds, but alot better than the 30 seconds.
Creation of a node in umbraco will take 1-2 seconds in my experience through the gui... So will publishing... I have not done any benchmarking of the api.
I imagine the first time a comment is made on a post it might take 1 second longer because umbraco needs to make a container for the comment, then the comment.
Also, how many entries are there in your : log table, version table... have you got debugging disabled?
Cleared out my log table, had about 14,000 entries. Definitly appears to have helped. Only take 3-4 seconds now, which is acceptable. I didn't figure that would be affecting it, clearly i was wrong, keep forgetting how slow azure can be. Thanks!
Comment Creation slow?
When creating a comment i have noticed it taking up to 30seconds or more.
Currently im using azure, umbraco 4.8 and ublogsy 2.1. Instance size is small. Using google for the smtp
Any thoughts?
Anything in the umbraco log table or system logs?
Ensure your db in the same region as your instances... I made the mistake with Azure of putting one thing in Northern USA, and another in USA Anywhere... they're not the same :/
I have moved database around so much lately playing with the azurewebsites preview, that this is probably the case. I'll switch my database over this week and see what happens. I will mark this fixed for the time being and let you know if there are any issues after the switch.
Thanks
That did help with the speed. I had forgotten to switch servers when i started playing with the Azure websites preview. Still feels a little slow, took about 6 or 7 seconds, but alot better than the 30 seconds.
Is it 6 seconds for every time you add a comment?
Which version of Umbraco are you on?
Creation of a node in umbraco will take 1-2 seconds in my experience through the gui... So will publishing... I have not done any benchmarking of the api.
I imagine the first time a comment is made on a post it might take 1 second longer because umbraco needs to make a container for the comment, then the comment.
Also, how many entries are there in your : log table, version table... have you got debugging disabled?
Cleared out my log table, had about 14,000 entries. Definitly appears to have helped. Only take 3-4 seconds now, which is acceptable. I didn't figure that would be affecting it, clearly i was wrong, keep forgetting how slow azure can be. Thanks!
is working on a reply...