# HELP yarnd_cache_last_processed_seconds Number of seconds for a feed cache cycle
# TYPE yarnd_cache_last_processed_seconds gauge
yarnd_cache_last_processed_seconds 13
Hmmm looking at the code, I _think_ there's a missing "async" call there. One moment...
# HELP yarnd_cache_last_processed_seconds Number of seconds for a feed cache cycle
# TYPE yarnd_cache_last_processed_seconds gauge
yarnd_cache_last_processed_seconds 13
Hmmm looking at the code, I _think_ there's a missing "async" call there. One moment...
Do we need to optimize how your own feed is updated and rather then refreshing the entire cache (_expensive_) figure out a way to update a subset that your new post affects?_
Do we need to optimize how your own feed is updated and rather then refreshing the entire cache (_expensive_) figure out a way to update a subset that your new post affects?_
=> [WIP: Improve PostHandler() performance by directly injecting a user's new Twt into the Cache #641](https://git.mills.io/yarnsocial/yarn/pulls/641) @ullarah and I are testing this branch on our pods now π€=
=> [WIP: Improve PostHandler() performance by directly injecting a user's new Twt into the Cache #641](https://git.mills.io/yarnsocial/yarn/pulls/641) @ullarah and I are testing this branch on our pods now π€=
Test reply, please ignore. :D~