Closed (fixed)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Apr 2012 at 05:52 UTC
Updated:
20 Dec 2017 at 03:09 UTC
Jump to comment: Most recent
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.