You are here

README.txt in Views Litepager 7.3

Same filename and directory in other branches
  1. 6.3 README.txt
  2. 6.2 README.txt
Module: Views Litepager
Author: Nathan Rambeck <http://nathan.rambeck.org>

Description
===========
The Views Litepager module solves a problem of scalability for sites with large
amounts of content. COUNT queries executed on large datasets when using the
InnoDB MySQL engine can be painfully slow. This module adds a new pager option
for Views called "Lite pager" that does not execute the problematic COUNT query.
The Lite pager does not include the total number of pages of content like the
core Drupal pager does, but it does allow users to navigate from page to page.

Installation
============

1. Download the module, unzip the source, and put the resulting directory into the 
   modules/ directory of your Drupal application.
2. Enable the module in Drupal at Administer > Modules > Views

Usage
=====

To use the Lite pager for a specific view, navigate to your view's edit interface
and click to edit the pager settings. You will see a new option called Lite pager.
Simply select this Lite pager option and save your view.

File

README.txt
View source
  1. Module: Views Litepager
  2. Author: Nathan Rambeck
  3. Description
  4. ===========
  5. The Views Litepager module solves a problem of scalability for sites with large
  6. amounts of content. COUNT queries executed on large datasets when using the
  7. InnoDB MySQL engine can be painfully slow. This module adds a new pager option
  8. for Views called "Lite pager" that does not execute the problematic COUNT query.
  9. The Lite pager does not include the total number of pages of content like the
  10. core Drupal pager does, but it does allow users to navigate from page to page.
  11. Installation
  12. ============
  13. 1. Download the module, unzip the source, and put the resulting directory into the
  14. modules/ directory of your Drupal application.
  15. 2. Enable the module in Drupal at Administer > Modules > Views
  16. Usage
  17. =====
  18. To use the Lite pager for a specific view, navigate to your view's edit interface
  19. and click to edit the pager settings. You will see a new option called Lite pager.
  20. Simply select this Lite pager option and save your view.