Closed (works as designed)
Project:
Previous/Next API
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2010 at 13:16 UTC
Updated:
25 Jul 2014 at 19:58 UTC
Jump to comment: Most recent
Comments
Comment #1
jcnventuraLooking at it, the Custom Pagers is more mature (i.e. not simply an API) and a lot more popular.
A merge might actually be a good idea. It would eliminate the requirement for the Views module in Custom Pagers for simple per-content type prev/next navigation, and improve performance A LOT. For those wanting to work with more flexible options, my patch in #662362: Previous/Next for a Views list could be adapted.
I will take a deeper look at the Custom Pagers module.
João
Comment #2
bhosmer commentedCustom pagers indexes the nodes on page load. It can be beneficial for sites with a smaller number of nodes.
This module indexes in batches during a cron run and is more suitable to sites with a high number of nodes which the performance impact would be noticeable during each page load.