Is it when loading the records inside the Umbraco backoffice it takes a lot of time? And is the code snippet from the Contour core?
Or are you trying to fetch them by yourself in another context?
The reason I ask is becuase if it's Contour that is slow in general then it's better to create a Contour issue at the issue tracker here http://issues.umbraco.org/issues
Hi Jan,
Many thanks for your quick reply!
No it is not in the umbraco backoffice but inside a macroscript that create a query against the relevant form.
Do you know of a quicker way of query the form entries?
Regards,
Yuval
I'm currently using the latest nightly (3.0.20 WIP) which seems stable so far, and is supposed to include some of the performance updates mentioned in that blog post, although I've not volume-tested it.
It would actually be great if you were able to upgrade to this version and see if it does help - I'm sure Tim (from the HQ, who built Contour) would appreciate the feedback.
Get all records from Form
Hi!
This operation takes a lot of time:
Umbraco.Forms.Data.Storage.RecordStorage rs = new Umbraco.Forms.Data.Storage.RecordStorage(); Guid formGuidGuid = Guid.Parse(formId);
is there any way to make it faster?
thanks !! :)
Hi Yuval
Is it when loading the records inside the Umbraco backoffice it takes a lot of time? And is the code snippet from the Contour core?
Or are you trying to fetch them by yourself in another context?
The reason I ask is becuase if it's Contour that is slow in general then it's better to create a Contour issue at the issue tracker here http://issues.umbraco.org/issues
Looking forward to hearing from you.
/Jan
Hi Jan, Many thanks for your quick reply! No it is not in the umbraco backoffice but inside a macroscript that create a query against the relevant form. Do you know of a quicker way of query the form entries? Regards, Yuval
Hi Yuval
Not neccesarily...but could you tell me what it is you're trying to achieve? Why do you need to fetch all records for instance.
Looking forward to your description :)
/Jan
Hi Jan
I have members stored inside a database, and i need to fetch some data of a member so i can display some of it
Thanks :)
Yuval
Yuval,
Take a look at http://www.mayflymedia.co.uk/blog/speeding-up-umbraco-contour-by-800-percent/
Regards
Ismal
I'm currently using the latest nightly (3.0.20 WIP) which seems stable so far, and is supposed to include some of the performance updates mentioned in that blog post, although I've not volume-tested it.
It would actually be great if you were able to upgrade to this version and see if it does help - I'm sure Tim (from the HQ, who built Contour) would appreciate the feedback.
Cheers,
Dan
Hi Yuval,
We are experiencing the same thing. Have you resolve your issue already? If yes, can you let me know how you solve it?
Regards,
Allan
is working on a reply...