Just a general question, so my app has a bunch of imageView being handled by Alloy buttongrid. The images are loaded in (if in cache) using cachedImageView (by Kevin Hopkins). Question is there any known performance drops for refreshing a Alloy buttongrid list that have been documented. The speed it takes to generate the list goes from about 600ms to 8000ms when done without a app restart. We have modified the widget(buttongrid) and cachedImageView(library?) quite a bit but I couldn't find anything that would be causing sudden slowdowns. Any common issues with the way Titanium handles rewriting to views/arrays that might be causing lag, just in general that might cause issues like this?
↧