Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
aurelvirlan
tagDiv Member

Hello,

In wp_option the line “td_011_remote_cache” is 450.000 characters long for me. The old records from Social counter 4.2 or so are still there and refuse to expire.

Trying to bypass cache from

public function get_social_counter($service_id, $user_id, $access_token = ”)

by

private function get_service_data($service_id, $user_id, $access_token)

gets infinite load and crash:

case ‘instagram’:
$td_data = td_remote_http::get_page(“http://instagram.com/$user_id#”, __CLASS__);

Maybe it fails for https://www.instagram.com/aurelvirlan/ where I should have 269 followers but it keeps showing 0.

So how to clear the cache by force? It’s normal to have such a big cache for a few pages website?

Thank you

Viewing 1 post (of 1 total)