JohnnyRS / PandaCrazy-Max

PandaCrazy Chrome Extension for Amazon Mturk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check memory usage.

JohnnyRS opened this issue · comments

The memory being used is a lot lower than the original but may be lowered even more. Already patched some small memory leaks. Might want to look at loading more data from the database instead of leaving some in memory. Class methods could make it easier to load data in memory when data is not in memory instead always having to remember to load the data before accessing data. Use the information in the UI instead of needing info from database too.

More jquery memory leaks fixed. Panda class now has methods to load in data when needed which should make it smoother. Will recheck all info for non collecting jobs to see if they are needed in memory or could be loaded only at collecting times.

The memory is doing a lot better now. I will constantly monitor the memory use as I add more features. Search class needs to be loaded from the database but that's for later.