0 Replies Latest reply on Nov 19, 2007 9:03 AM by graffer3

    Performance (client) of rich:calendar

    graffer3

      Hi guys,

      It seems that the client (browser) performance of rich:calendar is rather bad.

      Having 10 rich:calendars on one page:
      150 ms rendering time on server (tomcat 6)
      >4 seconds for page rendering (ie7 & firefox), with 100% cpu usage on a quite fast developer notebook (1,8 GHz).

      has anyone an idea how to improve the javascript performance?

      code used:

      <rich:calendar value="#{ig001.form.to}"
      locale="#{user.locale}"
      popup="true"
      datePattern="dd.MM.yyyy"
      enableManualInput="true"
      />
      


      platform:
      tomcat 6
      jsf ri 1.2
      facelets
      richfaces 3.1.2


      Thanks!

      bye, Georg