admin page & scan page freeze up with lots of data
seantomburke opened this issue · 2 comments
seantomburke commented
The pages freeze up because they have to load all the barcodes which is too much data to handle. Limit the results.
seantomburke commented
Added a limit of 5 when loading. Temporary fix. Still need to add functionality to view all barcodes and scans. Moving to milestone 2015
seantomburke commented
Didn't have indexes for some reason... will probably improve speed greatly. Also closed all database connections after page is finished. May help with speed issues.