related posts without db

seomastervang

BANNED
Joined
Jul 9, 2016
Messages
144
Reaction score
4
I see that any related posts plugin slows site down
is there anyway we have related posts without db
 
if by "db" you mean database then you could set up your categories as folders and use php to get other articles from same folder as the current article. But that would end up as kind of a mess in the long run.
I would rather use a db and get related posts with ajax once the user has scrolled down the page..thus you let the page initially load without the extra calls for related posts
 
Are you using word press? jet pack have related post feature.
 
Back
Top