<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alfresco Performance in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260051#M213181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking into the Caching system was our Answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With caching Alfresco takes 0 hit after our first load and the Quickstart app keeps a good average CPU.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quickstart has some issues with it's default caching system that can be easily fixed with accessing it's main caching controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck to anyone who might hit this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2012 15:37:47 GMT</pubDate>
    <dc:creator>drozes</dc:creator>
    <dc:date>2012-09-24T15:37:47Z</dc:date>
    <item>
      <title>Alfresco Performance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260047#M213177</link>
      <description>My company is just loaded tested our first alfresco backed application.&amp;nbsp; Uses a QuickStart war for display and Alfresco as the CMS our CPU are jumping above 90% for every page load.We have out &amp;lt;autowire&amp;gt; node set to production - but this has not seemed to make much of a difference.It seems tha</description>
      <pubDate>Thu, 13 Sep 2012 19:48:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260047#M213177</guid>
      <dc:creator>drozes</dc:creator>
      <dc:date>2012-09-13T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Performance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260048#M213178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried Web Quick Start on 4.0e, but not encountered such an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest to do a profiling(CPU sampling), &lt;/SPAN&gt;&lt;A href="http://visualvm.java.net/index.html" rel="nofollow noopener noreferrer"&gt;VisualVM&lt;/A&gt;&lt;SPAN&gt; for example, against your Tomcat instance during some page loadings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you'll see exactly which calls consume CPU time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 02:59:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260048#M213178</guid>
      <dc:creator>t_sato</dc:creator>
      <dc:date>2012-09-14T02:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Performance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260049#M213179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;well, doing load &amp;amp; performance tests is a task that should be done much more earlier in every project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco WCM QS uses CMIS queries to query collections etc. If your web developers used this CMIS queries like DB query then you gonna have a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I came into a project with a similar problem &amp;amp; after investing a few weeks into profiling&amp;nbsp; &amp;amp; performance optimization (coding &amp;amp; configuration) our system was much quicker (page loads) with less CPU consumption. Our main task was tuning the QS cache mechanism &amp;amp; replace some complex CMIS queries with some handmade Repository webscripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should contact an experienced Alfresco Architect to analyze your problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 07:05:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260049#M213179</guid>
      <dc:creator>jpfi</dc:creator>
      <dc:date>2012-09-14T07:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Performance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260050#M213180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you both for your replies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree we should have completed more extensive performance testing earlier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our Quickstart is not actually using any collections.&amp;nbsp; We are simply using the quickstart War for it's templating and built in rending of repo assets.&amp;nbsp; We also are using some handmade Repository webscripts for the more complicated pages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will try out some more profiling tools and see what I get.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 11:49:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260050#M213180</guid>
      <dc:creator>drozes</dc:creator>
      <dc:date>2012-09-14T11:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Performance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260051#M213181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking into the Caching system was our Answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With caching Alfresco takes 0 hit after our first load and the Quickstart app keeps a good average CPU.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quickstart has some issues with it's default caching system that can be easily fixed with accessing it's main caching controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck to anyone who might hit this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:37:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance/m-p/260051#M213181</guid>
      <dc:creator>drozes</dc:creator>
      <dc:date>2012-09-24T15:37:47Z</dc:date>
    </item>
  </channel>
</rss>

