Changes between Initial Version and Version 1 of Ticket #30455, comment 4
- Timestamp:
- May 7, 2019, 2:49:35 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30455, comment 4
initial v1 24 24 return super().dispatch(request, *args, **kwargs) 25 25 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.26 I 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.