de-data-lab / voucher-eligibility

This repo contains all script and documentation related to out exploratory work on voucher (section 8) assistance eligibility across Delaware.
https://techimpact.shinyapps.io/housing-voucher
GNU Affero General Public License v3.0
1 stars 0 forks source link

Performance issue when selecting census tracts #108

Closed nsunami closed 2 years ago

nsunami commented 2 years ago

I noticed that there is a wait time between selecting a census tract and the table update. I'm guessing that the code chunk for the observe event can be tweaked to speed up the process (around here)

nsunami commented 2 years ago

@mehak25 and I talked and we found that we removed codes for re-rendering tables in observe-event chunks. We guessed that the click event is observed outside the code chunk, and thus it still refreshes the content of the table after each click.

nsunami commented 2 years ago

I think the current response time between selecting a tract vs rendering results is ok. Closing this issue for now.