Deferred parcel loading #121

Closed
opened 2022-02-18 13:49:44 +01:00 by mpeltriaux · 2 comments
Owner

Status quo

Parcel loading on a detail view is handy but loading time increases if the geometry intersects a few thousand parcels.

Enhancement

Instead of loading the parcel with everything else, we could think about a deferred loading using htmx. This framework might be handy for further purposes as well. We should give it a try and implement this enhancement using htmx.

If we implement a deferred loading for the parcels, we could get rid of the "please reload the page in a few moments" on new parcel calculation. This way, we could serve the new parcels right away, once they are available on the db.

# Status quo Parcel loading on a detail view is handy but loading time increases if the geometry intersects a few thousand parcels. # Enhancement Instead of loading the parcel with everything else, we could think about a deferred loading using [htmx](https://htmx.org/). This framework might be handy for further purposes as well. We should give it a try and implement this enhancement using htmx. If we implement a deferred loading for the parcels, we could get rid of the "please reload the page in a few moments" on new parcel calculation. This way, we could serve the new parcels right away, once they are available on the db.
mpeltriaux added the
enhancement
label 2022-02-18 13:49:44 +01:00
mpeltriaux self-assigned this 2022-02-18 13:49:44 +01:00
mpeltriaux referenced this issue from a commit 2022-02-21 15:54:50 +01:00
Author
Owner

Visually enhanced spatial reference section on detail views and report. Deferred loading of parcel entries speeds up the rendering of a detail view especially for giant geometries, covering thousands of parcels.

grafik

grafik

Visually enhanced spatial reference section on detail views and report. Deferred loading of parcel entries speeds up the rendering of a detail view especially for giant geometries, covering thousands of parcels. ![grafik](/attachments/424d358f-877f-406d-8081-681ab76d8042) ![grafik](/attachments/04478288-92cd-410b-9f57-96287eb53027)
Author
Owner

Merged in #128

# Merged in #128
btuelek referenced this issue from a commit 2024-12-05 13:18:37 +01:00
btuelek referenced this issue from a commit 2024-12-05 13:18:37 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: IT-Naturschutz/konova#121
No description provided.