seantomburke / ESCan

ESCan system for UCI's E-Week. Inspired by Cal Poly's eScan system

Home Page:esc.eng.uci.edu/escan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

admin page & scan page freeze up with lots of data

seantomburke opened this issue · comments

The pages freeze up because they have to load all the barcodes which is too much data to handle. Limit the results.

Added a limit of 5 when loading. Temporary fix. Still need to add functionality to view all barcodes and scans. Moving to milestone 2015

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.