Thread Starter
timpax
(@timpax)
Hi Scott,
The problem is not with transients. After a bit of debugging it seems that the following line:
wp_remote_get( ‘http://instagram.com/’.trim( $username ) );
Retrieves a cached version of the Instagram page, I will continue with WPEngine to find out why.
Thanks,
Timo
Thread Starter
timpax
(@timpax)
Thank you Scott for the quick answer!
I tried to delete the transients from the database.
DELETE FROM wp_options WHERE option_name LIKE (‘_transient_%’);
DELETE FROM wp_options WHERE option_name LIKE (‘_site_transient_%’);
I also used plugin Transient manager to remove the Instagram transient (instagram-a5-mommyworst) by hand and no luck.
If I use Safari’s network inspector the only request to Instagram is the one for the image:
http://scontent.cdninstagram.com/t51.2885-15/s320x320/sh0.08/e35/12907153_465747760285765_889392686_n.jpg?ig_cache_key=MTIyNTQwNTIzNzc2MjUzNjExNQ%3D%3D.2
I also tried renaming the transient to “instagram-a55-” and it still does not work.
Would you have any other ideas?
br, Timo