[ 
https://issues.apache.org/jira/browse/SLING-4105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294218#comment-14294218
 ] 

Robert Munteanu commented on SLING-4105:
----------------------------------------

Optimised parsing in 
https://svn.apache.org/viewvc?view=revision&revision=r1655167 . The complete 
jcr_root is still read unconditionally, but responsiveness is much better.

> Content Navigator should not read all the jcr_root when initialized
> -------------------------------------------------------------------
>
>                 Key: SLING-4105
>                 URL: https://issues.apache.org/jira/browse/SLING-4105
>             Project: Sling
>          Issue Type: Bug
>          Components: IDE
>    Affects Versions: Sling Eclipse IDE 1.0.4
>            Reporter: Robert Munteanu
>            Assignee: Robert Munteanu
>             Fix For: Sling Eclipse IDE 1.0.6
>
>
> Currently the {{JcrContentContentProvider}} eagery initialises the data for 
> all of the resources placed under the content sync root. This has a negative 
> effect on the responsiveness of Eclipse, especially since this is all done on 
> the UI thread.
> Two scenarios are especially bad:
> - startup with large project open
> - switching branches for a large project
> This can lock up the UI thread for 20-30 seconds or more. We should be able 
> to lazily load the data only for the displayed resources.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to