You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the home page if you check in debugger bar you will find that the query to get the post thumbnail is getting executed multiple time . So if you have multiple post with thumbnail , then 2 query get executed per post to get thumbnail.
The text was updated successfully, but these errors were encountered:
Thank you very much for your issue !
You're absolutely right, in this commit (7720099) I added eager loading on the hasThumbnail method but I forgot to change the thumbnail one.
On the home page if you check in debugger bar you will find that the query to get the post thumbnail is getting executed multiple time . So if you have multiple post with thumbnail , then 2 query get executed per post to get thumbnail.
The text was updated successfully, but these errors were encountered: