Request: Host sorttable.js locally #38

Closed
opened 2025-01-09 14:40:56 +01:00 by albatorsk · 2 comments

First of all; awesome project! I love it.

Would it be possible to host sorttable.js locally so my browser doesn't have to make a request to www.kryogenix.org over and over again? I believe it would speed up the app substantially.

At the moment, it stalls for a few seconds doing a TLS handshake with www.kryogenix.org every time I click on a Lego set in Bricktracker.

First of all; awesome project! I love it. Would it be possible to host sorttable.js locally so my browser doesn't have to make a request to www.kryogenix.org over and over again? I believe it would speed up the app substantially. At the moment, it stalls for a few seconds doing a TLS handshake with www.kryogenix.org every time I click on a Lego set in Bricktracker.
Contributor

FYI the clean up initiative at #8 (not finished yet, it slipped into a full rewrite) does not use sorttable.js from Kryogenix anymore, it uses https://github.com/tofsjonas/sortable which is hosted on jsDelivr. I haven't noticed any slowdown so far (it's strange that it doesn't seem to be cached once pulled on your side).

    <script src="https://cdn.jsdelivr.net/gh/tofsjonas/sortable@4.0.0/dist/sortable.min.js"></script>
FYI the clean up initiative at #8 (not finished yet, it slipped into a full rewrite) does not use `sorttable.js` from Kryogenix anymore, it uses https://github.com/tofsjonas/sortable which is hosted on jsDelivr. I haven't noticed any slowdown so far (it's strange that it doesn't seem to be cached once pulled on your side). ``` <script src="https://cdn.jsdelivr.net/gh/tofsjonas/sortable@4.0.0/dist/sortable.min.js"></script> ```
Author

Awesome. Looking forward to the next release.

Awesome. Looking forward to the next release.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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: FrederikBaerentsen/BrickTracker#38
No description provided.