• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zulip / zulip-mobile / 1
47%

Build:
DEFAULT BRANCH: master
Ran 19 Nov 2018 09:04AM UTC
Jobs 1
Files 367
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1

push

travis-ci-com

gnprice
Fix a performance issue with some lists

Closes #3103

Both FlatList and SectionList offer as the main performance benefit
rendering a 'window' and not their whole contents. Sometimes in the
past, by mistake, we have rendered one of these in full height but
scrollable thanks to the ScrollView they are inside.

By analyzing all of our usage, I pinpointed the only major problem
we have, that resulted in a performance issues in the Emoji picker
and the `UsersScreen` (when one searches the 'all users' list),
which manifested as the list updating too infrequently during search.

Our default `Screen` behavior is to be 'scrollable' by default.
We should consider changing the default behavior. In the meantime
any screen that has a `FlatList` or `SectionList` directly inside
should switch to `contentScrollable={false}`.

1415 of 2957 branches covered (47.85%)

Branch coverage included in aggregate %.

4826 of 6589 relevant lines covered (73.24%)

38.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv) 19 Nov 2018 09:04AM UTC 0
65.38
Travis Job 1.1
Source Files on build 1
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1
  • b0730a06 on github
  • Prev Build on master (#3807)
  • Next Build on master (#7497)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc