The current system will not currently scale well. We load all of the data from the database during the startup of the application and then do everything from the frontend. We need to create a search API instead of conducting the search in the frontend and only load data when necessary.
The current system will not currently scale well. We load all of the data from the database during the startup of the application and then do everything from the frontend. We need to create a search API instead of conducting the search in the frontend and only load data when necessary.