before, each time a post caption was displayed, it had to get parsed by the mentions & hashtags helper.
now, when InstaPosts are imported/updated by the InstaMediaService, the processed_caption will be the one with mentions & hashtags => no need to run the helper each time => cheaper runtime
Description
before, each time a post caption was displayed, it had to get parsed by the
mentions
&hashtags
helper.now, when
InstaPosts
are imported/updated by theInstaMediaService
, the processed_caption will be the one withmentions
&hashtags
=> no need to run the helper each time => cheaper runtimeHow to test
Self-check
Visual Changes
Before
After