perfectly-preserved-pie / larentals

An interactive map of for-sale & rental property listings in Los Angeles County, updated weekly.
https://wheretolive.la
15 stars 3 forks source link

Add logging to filters #211

Closed perfectly-preserved-pie closed 5 months ago

perfectly-preserved-pie commented 5 months ago

Related to #210 - the dataframe operations are becoming more and more sluggish the more rows are inserted into the dataframe. I'm at 4000+ rows and it's seriously shitty now. I don't know for sure that it's because of the dataframe size but I need to add timing and logging to each dataframe operation in filters.py so I can see just how long each operation is taking. When a user plays with the slider, how long does it take to update the map?

perfectly-preserved-pie commented 5 months ago

Not going to bother with this. See https://github.com/perfectly-preserved-pie/larentals/issues/210#issuecomment-2023959480