Infinite scroll

We don’t recommend using infinite scroll because it has many significant accessibilityAccessibility Accessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both “direct access” (i.e. unassisted) and “indirect access” meaning compatibility with a person’s assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) issues:

  • You can’t go back to your previous place using browser “back” button.
  • You can’t easily get to the footer or the last items in the infinite scroll.
  • There is a large memory footprint if loading big images.
  • It doesn’t work without JavascriptJavaScript JavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser. https://www.javascript.com/..
  • You can’t access elements with keyboard only.
  • There is no consistent audible feedback or instructions about how infinite scrolling works for assistive technologies.
  • There is no URLURL A specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org to a specific place on the page.
  • And the list goes on…

There is a great summary in the “Reconsider the usage of infinite scrolling across the admintracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. ticket for more information.

Recommendations

Pagination with page numbers removes all the issues mentioned above.

Pagination with page numbers from 1 to 9

If the number of items to load is not too high, “Load more items” buttons could work as well. However, that option is limited to sequential usage and doesn’t provide any methods to access previously loaded items or the very last items to load.

Top ↑

Resources

Top ↑

Resources mostly focused on accessibility

Top ↑

Resources mostly focused on usability

Top ↑

Resources focused on memory footprint

Last updated: