crazycooky77 / ci_project4

0 stars 1 forks source link

[ENH] Slow load time for large collections on Droplet #45

Open crazycooky77 opened 6 months ago

crazycooky77 commented 6 months ago

The page is hosted on a Digital Ocean Droplet, as well as Heroku. The link to the Droplet site is: https://lego.elenaris-cookies.eu/

When a user tries to access their collection and they have a large number of sets (hundreds), the collection and edit collection pages can take several seconds to load. This is mainly due to the limited memory available on the Droplet (1GB).

Testing needs to be done to see if hosting the database locally in the Droplet, instead of via ElephantSQL, will improve load times.