-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
Hello friends, it's been awhile.
When I load up the 28966 HTTPD schematic list, it literally crashes my browser before I even load it, and I have 1GB/s upload/download on my internet provider and more than enough RAM to load it.
My proposals that we could do:
- Re-design this page by making an external server load the schematic list every 15 or so minutes therefore removing tons of stress on trying to load it.
- Add jQuery to the HTTPD and make a function where loads every 50 or so schematics at a time and we give the user a button to "show more" schematics so it won't crash the user's browser on first load.
- We could create an alphabetization matrix that allows only all of the first letters of a schematic name to be loaded, so people can click on them starting with A-Z and 1-9. That way it's more sorted.
Let me know your thoughts.