[
http://www.jahia.net/jira/browse/ESI-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35304#action_35304
]
Thomas Draier commented on ESI-391:
-----------------------------------
Hello,
Ok, here's the clues - you have the snapshot here just for displaying a single
"simple" page in community templates, without cache. jahia entry point is in
org.jahia.bin.Jahia.service . 8s to display the page. When going deeply, all
time is spent is in the jsp servlet (here, simple.jsp), and you can see that
JspCompilationContext.compile is called and takes 500ms - only for simple.jsp .
If you take the mergee calls for compile(), you got a total os 6600 ms (
there's more than 10 files included ), so it seems that each file is
recompiled. You can check the file timestamps in your work directory to see
that each class is regenerated every time. 6.6s for a total of 8s. Sure that
without the compilation, it'll go faster. Rest of story is just tomcat
debugging.
toto
> pages taking too long to load
> -----------------------------
>
> Key: ESI-391
> URL: http://www.jahia.net/jira/browse/ESI-391
> Project: Jahia Cache Systems (ESI / HTML Container Cache/
> Back-end Caches)
> Issue Type: Bug
> Affects Versions: Jahia Cache Server 6.0
> Environment: Jahia 6.0.0 r22671
> Reporter: Islam El-Sayed
> Assignee: Cédric Mailleux
> Priority: Blocker
> Fix For: Jahia Cache Server 6.0
>
> Attachments: Tomcat-2008-10-20(3).snapshot.zip
>
>
> when creating a page from the community templates, we see that the load tima
> for any kind of pages is 5-6 seconds (please see the QA server 10.8.37.245
> for this). After having analyzed the memory dumps, there is clearly a problem
> with the caches
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://www.jahia.net/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
jira_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/jira_list