I have an issue with Views Accordion, which is probably too random to qualify as a bug, but pretty annoying, so I'd like to try to figure out the problem, but don't know where to start.

My configuration:
- All rows are closed on load;
- Animation is set to "Slide";
- No other option is set (and it doesn't matter probably, the problem persists with Autoheight, Clearstyle or Fillspace too);
- There are four rows (with title, summary and link with icon);
- View is embedded in a panel;
- I have custom css for the rows (in a theme CSS file).

My issue:
- Sometimes (in different browsers, on different systems, on different machines from a powerful desktop to an underpowered netbook) all rows are open while the page is loading. Cache and CSS/JS aggregation settings don't seem to affect it.

How do you think: where does it come from? Javascript, CSS, Views, Views Accordion. I'd appreciate any hints...

Comments

burlap’s picture

It might be a general cache performance issue - any page takes >15 seconds to load if cache is expired or cleared (my related forum topic: http://drupal.org/node/1107334). Is it possible to do anything on the Views Accordion part?

burlap’s picture

Status: Active » Closed (fixed)

Disabling poormanscron-like D7 solution (and getting regular cron job instead) solved the problem.