Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
395
UltrawebgridExcelExporter very slow w/ > 5000 rows
posted

I have a page that allows for up to 10000 rows in an UltrawebGrid.  The export feature of the UltrawebgridExcelExporter is very slow w/ this much data (In my case, over a minute).  If I drop the number of rows down to 5000, the results are in seconds.

What could be causing the drastic change in speed just to export the data?  The databind of the Ultrawebgrid does not show similiar behavior.  As a result of the download, the xls files is only 2 Meg.

 This is using 8.3 control set.

Parents
  • 28464
    posted

    Hello,

    It is really a wild guess here -- but it could be that memory allocated for the process is too low and there is need for virtual memory. My recommendation here is to use a profiler tool to see where the bottle-neck is -- I personally recommend Ants Profiler or JetBrains' DotTrace -- they both provide a lot of functionality and can lead to the problematic spot.

Reply Children