I set up a few cached blocks and running devel + enabled messages to show if block cache is being refreshed. I get the same queries showed by devel and the same execution time when I use cached or regular blocks. Also every time I refresh a page I get a message "Refreshed cache for module: block delta..." I tried different refreshing options - but content update, by setting up refreshing time to 0 and to 84000. No changes.

Just FYI, I have 3 blocks that are not very light - they run additional taxonomy and voting points queries for each row.

Not sure if this affects anything, but I also do regular mysql query caching and run memcached.

Any help is appreciated. Thanks!

Comments

szy’s picture

Gemini, check your Block Cache with Devel module. You will see all the database queries made on your pages.

My Block Cache module works fine with 3600 seconds set in the cached block's properties. I used to see only 'cache_get' queries in devel listings. If your Block Cache does *not* work well, then you will should see mostly 'cache_set' queries there...

Szy.

add1sun’s picture

Status: Active » Closed (fixed)

No response from OP. Closing.