Closed vgkids closed 2 months ago
Before payload column is return on calls to activity_entries#index, which is an expensive DB query
activity_entries#index
After payload column is only returned on activity_entries#show
activity_entries#show
Before payload column is return on calls to
activity_entries#index
, which is an expensive DB queryAfter payload column is only returned on
activity_entries#show