Changes between Initial Version and Version 1 of Ticket #30455, comment 4


Ignore:
Timestamp:
May 7, 2019, 2:49:35 AM (5 years ago)
Author:
Bishnu Bhattarai

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30455, comment 4

    initial v1  
    2424        return super().dispatch(request, *args, **kwargs)
    2525
    26 I have 200 rows in Account table and 4-5K rows in Billing table. Try to render the above example form with number of rows that I have mentioned and see the response time. You can use model_mummy for generate dummy data.
     26I have 2000 rows in Account table and 4-5K rows in Billing table. Try to render the above example form with number of rows that I have mentioned and see the response time. You can use model_mummy for generate dummy data.
Back to Top