3 things to do:
- keep the session open throughout the query.
- cache user.search for a month, it'll never change and could save 15-30s
- don't query twice if ownerPHID == authorPHID
3 things to do:
prod | 19 seconds |
beta pre fix | 31 seconds |
beta w/o cache | 24 seconds |
cached beta | 18 seconds |