Thu, 23 Feb 2023 01:17
More serious progress on dabdab:
- all the static assets and images are now served with cdn
- htmx boost is used across pages - it works the same way as the one from turbo: instead of loading every page, htmx would fetch html via ajax call and replace the body
- Charts library has been separated into a separate bundle, should not affect load times.
I want more, to be precise, I want
- Pagination for the messages
- Drop ui kit
I've found another reason for a slowdown on the home page - stimulus actually launches the component to render the timeline even though the element is hidden. It kind of makes sense, but I just don't see a clean way to avoid it