Dynamic Pagination - Click to enlargepad

Dynamic Pagination

Automatically break up large sections into multiple pages without having to rearrange the items in any way. Dramatically improves the load time of large sections. Our dynamic pagination (paging) solution works seamlessly with your existing sections. While it is a JavaScript-based solution, it also allows the search engines to index your section pages.

Dynamic pagination can dramatically improve the load time of large section pages. Typically, a page that loads slowly does so because of the total size of the images (thumbnails) and HTML code on the page. Usually, the total size of the images (thumbnails) outweighs the size of the HTML code (text) by a large margin. With dynamic pagination, the thumbnails for a particular page are downloaded only. The other images are downloaded only on an as-needed basis (when you click "Next Page" for example.)

With dynamic pagination, pages practically always load faster than without pagination. For those of you interested, below is a little math comparing the page size of a dynamically paginated page versus a static, standard section page:

 

im = average thumbnail image size
ps = page size (number of items per dynamic page)
n  = number of items on the section page
js = JavaScript code required per item
oh = overhead (JavaScript code library for pagination)
ht = html code per item
Page size without dynamic pagination   Page size with dynamic pagination
n(im + ht)
<=
ps(im + ht + js) + (n - ps)(ht + js) + oh
n
<=
ps * im + oh
------------
  im - js
The above formula attempts to find a break-even point where - all things being equal - the page size without dynamic pagination is less than with pagination. It appears that the only time that can happen is if the number of items is about the same as the number of items per page (n = ps), but that is exactly what happens if no pagination is needed. To play with these numbers, download a spreadsheet here.

Request a price quote.

What our customers say:




Related Products/Categories
Yahoo! Store Checkout Upgrade and Customization | Multiple Product Images for Yahoo! Store | Tabbed Product Specifications | Breadcrumbs | Best Sellers | Random Best Sellers | Cross Sells | Cross Sells with Multi-Add | Dynamic Pagination | Recently Viewed Items | Running Shopping Cart | Sort by Price | Quantity Price Table | "You Save..." | Pop-up Enlarged Image | Random Testimonials | Customized Index (Site map) Page | "Fly-out" DHTML Menus | Automatic "Clearance" Page