Comments on: Improving Alfresco datalist performance http://www.techbits.de/2012/06/26/improving-alfresco-datalist-performance/ thoughts on hardware, software, development and tech news Fri, 16 Sep 2016 07:56:27 +0000 hourly 1 http://wordpress.org/?v=3.2.1 By: austin powers http://www.techbits.de/2012/06/26/improving-alfresco-datalist-performance/comment-page-1/#comment-477140 austin powers Tue, 11 Aug 2015 10:23:12 +0000 http://www.techbits.de/?p=423#comment-477140 It is really a great and helpful piece of information. I'm glad that you shared this useful information with us. Please stay us informed like this. Thank you for sharing. It is really a great and helpful piece of information. I’m glad that you shared this useful information with us.
Please stay us informed like this. Thank you for sharing.

]]>
By: Dannies http://www.techbits.de/2012/06/26/improving-alfresco-datalist-performance/comment-page-1/#comment-395323 Dannies Tue, 09 Jun 2015 19:15:14 +0000 http://www.techbits.de/?p=423#comment-395323 Pang Pang, didn't realise that the "false chisitran" church has spread its web so far in Hong Kong. Please keep us updated on the situation. Pang Pang, didn’t realise that the “false chisitran” church has spread its web so far in Hong Kong. Please keep us updated on the situation.

]]>
By: Erik Billerby http://www.techbits.de/2012/06/26/improving-alfresco-datalist-performance/comment-page-1/#comment-159482 Erik Billerby Mon, 07 Apr 2014 08:33:42 +0000 http://www.techbits.de/?p=423#comment-159482 Thanks this really improved performance, however I ran into one small problem with your code. I had a boolean property which had the value set to false which resulted in that it did not render the property at all :( Changed the if (value) slightly to: if (value != undefined || value != null) Thanks! /Erik Thanks this really improved performance, however I ran into one small problem with your code. I had a boolean property which had the value set to false which resulted in that it did not render the property at all :(

Changed the if (value) slightly to:
if (value != undefined || value != null)

Thanks!
/Erik

]]>
By: Andreas Steffan (@deas) http://www.techbits.de/2012/06/26/improving-alfresco-datalist-performance/comment-page-1/#comment-83495 Andreas Steffan (@deas) Wed, 27 Jun 2012 17:07:44 +0000 http://www.techbits.de/?p=423#comment-83495 Hi Florian, are you trying to make fun of datalists or are you referring to the awesome (ruby) part of wat ? ;) cheers Andreas Hi Florian,

are you trying to make fun of datalists or are you referring to the awesome (ruby) part of wat ? ;)

cheers
Andreas

]]>
By: Axel Faust http://www.techbits.de/2012/06/26/improving-alfresco-datalist-performance/comment-page-1/#comment-83472 Axel Faust Tue, 26 Jun 2012 13:23:24 +0000 http://www.techbits.de/?p=423#comment-83472 Hello Florian, Do you have any data on how much impact each of the aspects you listed had on the overall duration of your test data set? Personally, I consider the FormService to be the Uber-Utility for customization of structured data entry / processing, and would not want to part with it. It'd be interesting to see if it would be possible to achieve comparable savings by smart caching / reusing of field definitions - of course such a change would be a bit more complex and reach farther than the specific problem domain out data lists. But without server side paging you're / we're only pushing the limiting factor... Hello Florian,

Do you have any data on how much impact each of the aspects you listed had on the overall duration of your test data set? Personally, I consider the FormService to be the Uber-Utility for customization of structured data entry / processing, and would not want to part with it. It’d be interesting to see if it would be possible to achieve comparable savings by smart caching / reusing of field definitions – of course such a change would be a bit more complex and reach farther than the specific problem domain out data lists.

But without server side paging you’re / we’re only pushing the limiting factor…

]]>