DBMS-Consulting / CQT2

0 stars 0 forks source link

Performance Issue: Relations Page. #591

Closed zmeenakshi closed 1 month ago

zmeenakshi commented 9 months ago

Copy Module --Relations

  1. Adding Relations taking at least 20 sec
  2. Saving relations is taking at least 15 sec 3.Deleting Relation is taking at least 25 sec

Relations page is taking 27 sec to load (not consistent)

Update Module --Relations

  1. Adding Relations taking at least 20 sec
  2. Deleting Relation is taking at least 25 sec

Update relations page is taking 40 sec to load (not consistent)

Update Module: The Delete button is not appearing immediately after saving the relations (Known Issue)

Create Module --Relations

  1. Adding Relations taking at least 20 sec
  2. Saving relations is taking at least 15 sec
  3. Deleting Relation is taking at least 25 sec
zmeenakshi commented 1 month ago

Fixed in Release 1.0.49: This patch resolves the performed issues encountered in Create, Update and Copy modules and other issues, and introduces the following changes. To improve performance, the Relations page has been redesigned by incorporating Pagination. This enhancement aims to optimize data retrieval and rendering efficiency, particularly when handling large volumes of data, thereby enhancing overall user experience. This change is consistent with the design approach taken for the Audit Trail page.