• performance

    By Fero Kossuth 1 decade ago

    There is significant performance hit when sniffing application from server. With application with ~20 XPages, ~70 Custom Controls, several resources, themes, and so on, it takes several minutes to finish sniffing. When run on local replica, it is much, much faster.

     

    I think there is serial iteration through design notes. What I would try is to load it in multiple threads.

     

    FK

    • I know,I'm busy looking for a solution

      By F. Kranenburg 1 decade ago

      I know about the peformance hit on the server. It is something I can not solve while Source Sniffer uses DXL to get into the source code. I recieved a tip about Apache ANT and how design elements could be exported to disk without DXL.

      I'm currently in the process to make that work.