There's a wonderful module that allows to load blocks using AJAX. I'd like to see that option for individual panes on a Panel.

Some of my pages have a mixture of very heavy panes and very light panes, and I'd like to have the heavy panes (mostly complicated views) load with AJAX after the rest of the page.

Any chance of this happening?

Comments

rogical’s picture

It would be also great for caching with boost, which provides awesome performance.

Leoo’s picture

Not sure, but maybe the Views Auto-refresh module in http://drupal.org/project/views_hacks could help:
* Loading quickly your panel with all the views, the complicated ones having arguments such as having few results first to be loaded quickly.
* Using in the header of the views print theme('views_autorefresh', $arguments); , with an $interval; below one second.
* For complicated views, adding a ping.php which sends the correct arguments to the views before refeshing.

Interested in any solution anyway,
L

rogical’s picture

joelpittet’s picture

Issue summary: View changes
Issue tags: +Performance
damienmckenna’s picture

Status: Active » Fixed

Never mind Authcache.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.