[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7021) Low perfomance of validation for web pages

Felipe Duarte (JIRA) jira-events at lists.jboss.org
Thu Sep 16 17:30:28 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-7021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12551396#action_12551396 ] 

Felipe Duarte commented on JBIDE-7021:
--------------------------------------

Alexey,

we have various xhtml files that use the tag "<ui:composite template .." , so they dont have "<!DOCTYPE html .." tag, only the father form have it .. This could be causing the slowness?

Example:

<?xml version="1.0" encoding="ISO-8859-1"?>
<ui:composition template="/pages/layout/masterLayout.xhtml"
		xmlns="http://www.w3.org/1999/xhtml"
      	xmlns:t="http://myfaces.apache.org/tomahawk"  
      	xmlns:ui="http://java.sun.com/jsf/facelets"
      	xmlns:h="http://java.sun.com/jsf/html"
      	xmlns:f="http://java.sun.com/jsf/core"
      	xmlns:c="http://java.sun.com/jstl/core">

	<ui:define name="conteudo">
        
         <!-- some code here -->

	</ui:define>
</ui:composition>


> Low perfomance of validation for web pages
> ------------------------------------------
>
>                 Key: JBIDE-7021
>                 URL: https://jira.jboss.org/browse/JBIDE-7021
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.2.0.Beta
>            Reporter: Maxim Areshkau
>            Assignee: Alexey Kazakov
>             Fix For: 3.3.x
>
>
> #1 import project https://svn.jboss.org/repos/jbosstools/trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest into workspace;
> #2 try to call validate on jsfTest/WebContent
> #3 it takes about 60-90 seconds to validate this folder whith JBoss Tools plugins and 7-13 seconds without JBoss Tools just with WPT installed.
> So looks like we need to do smth for speeding up the validation process.
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list