0 Replies Latest reply on Jul 8, 2013 7:44 AM by patman1982

    framework calls a lot of components, slowing the page down.

    patman1982

      Hi again,

      I just reviewed my server performance and saw that a lot of components were loaded, where I am not 100% sure if I even need them.

       

      Here is what my server has to deliver:

      /rfRes/skinning.ecss.xhtml?db=eAFT-q00FwAEXgHd

      /javax.faces.resource/jsf.js.xhtml?ln=javax.faces

      /javax.faces.resource/richfaces.js.xhtml

      /javax.faces.resource/richfaces-event.js.xhtml

      /rfRes/msg.ecss.xhtml?db=eAFT-q00FwAEXgHd&ln=org.richfaces

      /javax.faces.resource/richfaces-queue.js.xhtml

      /rfRes/panel.ecss.xhtml?db=eAFT-q00FwAEXgHd&ln=org.richfaces

      /javax.faces.resource/jquery.js.xhtml

      /javax.faces.resource/richfaces-base-component.js.xhtml

      /javax.faces.resource/message.js.xhtml?ln=org.richfaces

       

      Some of them are called twice - here I also have to find out the reason to limit the http-requests.

       

      Thanks to Lukás I was able to remap that all now, HOWEVER some other questions came up:

      1) where can I disable that? Or at least review why those are requested.

      2) can I load them asyncronously?

      3) can I add them at the end of the document?

       

      Thanks again for your very appreciated help.

      Best

      Patrick