First, thank you for this outstanding module. Installed and works like a charm!

I'm using the "Recent photosfrom a Flickr group" (notice the missing space) block on a sub-page of the site. It basically loads 16 recent photos from a Flickr group pool. I haven't nailed down the timing involved, but it seems random loads of the page (where this block is located) takes 15s+ to load as (I assume) it grabs fresh images. Subsequent requests go quickly as I also assume they're cached in some fashion.

I had thought of using cron to poll the page every 5-10 minutes to force a refresh so that (at least most) users won't see this "issue." Problem is, it's restricted to site members only, therefore cron gets a 403.

Any tips, ideas?

Comments

lolandese’s picture

Can you try how it loads with square images? If that works I suggest you try the patch from #2227669: Use the cache API for Flickr blocks (loads them quicker) for other sizes.

If it's still slow, let me know.

Thanks.

mholve’s picture

Thanks lolandese; I'm actually using the small squares.

lolandese’s picture

recent photos from a Flickr group pool

Indeed that particular block had a bug in it. The patch in #2229255: Add slideshows to filters (sets and group pools) should solve that.

Let me know by setting this fixed once you've tested and it's okay or giving feedback otherwise.

Thanks.

mholve’s picture

Patched and testing... Will report back.

Thanks!

mholve’s picture

Nope, no change. Symptoms; wait a while, refresh the page - and it takes a while to update or something. Then the page loads and the images populate on the page.

lolandese’s picture

Version: 7.x-1.4 » 7.x-1.x-dev
Status: Active » Closed (duplicate)
Issue tags: -recent photo, -block

Have a look at #2227669: Use the cache API for Flickr blocks (loads them quicker).
Using the latest dev (7.x-1.x) should now solve this.