* Adding guard clause for nill org feed score There's no sense running a query if we don't have an organization. This is a small refactor that might offer a most nominal speed bump * Caching calculated value Prior to this commit, we calculated the user_experience_level once per article in the feed. This change adds a cache, creating a minor computational improvement. |
||
|---|---|---|
| .. | ||
| feeds | ||
| attributes.rb | ||
| builder.rb | ||
| creator.rb | ||
| destroyer.rb | ||
| detect_animated_images.rb | ||
| get_user_stickies.rb | ||
| suggest.rb | ||
| suggest_stickies.rb | ||
| updater.rb | ||