Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-384] TableView loading/displaying data is slow.

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionDuplicate
Resolution Date2011-04-15T02:28:27.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsspeed, table, tableview
ReporterRobb Shecter
AssigneeReggie Seagraves
Created2011-04-15T02:28:26.000+0000
Updated2017-03-29T22:21:21.000+0000

Description

I and another developer would like the native table widget to load & display ("render"?) data faster. For example, I have a search screen, which queries a sqlite database with each 'change' event. The database i/o and query time doesn't seem to be an issue. (Subjective impression, haven't definitively determined this.) In my app, I need to limit the SELECT results to 5 rows in order to make the interaction speed acceptable on an iphone gs.

Comments

  1. Robb Shecter 2011-04-15

    Just remembered: I determined that it's in the data loading/displaying code and not the database layer by calling table.setData() with a static array of 100 items and observing the slow operation.

  2. Stephen Tramer 2011-04-15

    Duplicate of a billion tableview rendering speed bugs.

  3. Dmitry Astapkovich 2011-08-11

    Stephen, can you please provide links to mentioned rendering speed bugs? I would like to know when we can expect performance improvements with tableviews
  4. Alex Burner 2011-10-28

    Stephen, I second Dmitry's request, closing this ticket without pointing to the active equivalent is not very helpful.
  5. Lee Morris 2017-03-29

    Closing ticket as duplicate.

JSON Source