The Portadmin search results page loads very slowly, as the backend view waits for a response from physical units before rendering an html page.
This should be improved by returning an initial page that shows that content is being loaded in the background, and then replaced with the table results once ready.
Use htmx with initial loading pattern (hx-trigger="load") to accomplish this.
The Portadmin search results page loads very slowly, as the backend view waits for a response from physical units before rendering an html page.
This should be improved by returning an initial page that shows that content is being loaded in the background, and then replaced with the table results once ready.
Use htmx with initial loading pattern (
hx-trigger="load") to accomplish this.