Skip to content

Settings

NameDefaultDescription
fastpaginate_url_modegetDetermines how the URL is formed. It can have three options: none (no link is generated), get (URL parameters are added), and url (a standard URL is formed).
fastpaginate_path_separator;The character used to separate segments in the URL path (default is ;).
fastpaginate_path_page_namepageThe name of the URL parameter that represents the page number (default is page).
fastpaginate_path_sort_namesortThe name of the URL parameter used for sorting (default is sort).
fastpaginate_cachefalseIndicates whether to enable caching of results (true or false).
fastpaginate_cache_time3600The duration (in seconds) for which the cache is valid (default is 3600 seconds, or 1 hour).