Views Lazy Load

Component type

module

Maintenance status

Development status

Downloads

3664

Component created

Component changed

This module provides a views display extender that lazy loads the contents of a view via AJAX. When enabled the View is forced into AJAX mode which means additional pages are also loaded via AJAX.

This module was initially developed to work with Search API Sajari so the View can query Sajari on each page load without blocking the rest of the page loading.

Domain wise aggregation

Component type

module

Maintenance status

Development status

Downloads

453

Component created

Component changed

This module provide the domain wise setting for the aggregation and compression of css and js files when we use domain module of drupal.It is useful when someone using multidomain website. It works when we do not set any BANDWIDTH OPTIMIZATION in performance section of drupal. If this setting is checked then it will be not work as domain wise. It will work as it work by default.

Cache control header

Component type

module

Maintenance status

Development status

Component created

Component changed

Cache Control header is used to improve site performance for authenticated user when NginX is used. It send HTTP Cache Control header in those page allowed to be served in cache. This module per se does not create any cache data. By sending right cache header, NginX can serve requests of logged in users with cache more aggressively.

Prefetch Cache

Component type

module

Maintenance status

Development status

Downloads

1034

Component created

Component changed

The page caches provided by the drupal core or by different reverse proxies or by browsers themselves are not suitable for pages like entity edit forms. In case you expect the user to load a form in the next step of her work flow, you might consider a kind of proprietary browser driven link prefetching mechanism of that page. Especially if it takes a long time to load because it requires complex database queries or fetches data from external resources.

Uncache

Component type

module

Maintenance status

Development status

Downloads

105

Component created

Component changed

This module allows you to turn on Drupal page caching but exclude certain paths.

To use, enable the module (drush en uncache) then navigate to "Administration » Configuration » Development » Uncache" in the admin menu. Note that you will need to allow the lifetime of previously cached pages to expire (or clear your cache, drush cc all) based on your current settings in "Administration » Configuration » Development » Performance."