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
Comment #1
rogical commentedIt would be also great for caching with boost, which provides awesome performance.
Comment #2
Leoo commentedNot 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
Comment #3
rogical commentedhttp://drupal.org/project/panels_ajax_tab also gives a good example
Comment #4
joelpittetCouple more modules that try to do similar:
https://www.drupal.org/project/lazy_pane
https://www.drupal.org/project/ajax_pane
Comment #5
damienmckennaNever mind Authcache.