caching - ModX PHP page keeps showing cached version of Vimeo API data -


i've got webpage

http://wheelhousenyc.com/page?a=2932612,2932615,2932618,2932620

which dynamically generated in modx using snippet calls vimeo simple api.

it pulls list of album & video info. edited info on vimeo, page won't update.

i tried

  • clearing cache modx manager
  • setting 'clear cache on save' page
  • setting 'clear cache on save' snippet
  • clearing browser cache
  • loading page machine

nothing works!

and direct call api uri at

http://vimeo.com/api/v2/album/2932612/videos.xml

does return correct new data.

furthermore, different page on site, uses vimeo advanced api, returns correct info. switch problem page use advanced, take lot of work , doesn't require it.

what's going on?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -