I’m in total agreement with Jeremy Toeman here. That’s why I don’t use widgets on my site. Instead I’ve written Python jobs that sync my database with against open APIs on a scheduled basis, so that I can get any information I want to show, but since it all renders from my server it is much faster and more reliable.

Link To Source