yshmarov / insta2blog.com

Automagically post your Instagram photos to a perfect SEO blog. Turn your Instagram account into a website.
https://insta2blog.com/
MIT License
14 stars 2 forks source link

65 post caption store new caption in the db for performance #66

Closed yshmarov closed 2 years ago

yshmarov commented 2 years ago

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 the InstaMediaService, the processed_caption will be the one with mentions & hashtags => no need to run the helper each time => cheaper runtime

How to test

Self-check

Visual Changes

Before

After