Dynamic Pagination
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 |
Yahoo! Stores Using our Dynamic Pagination
- http://www.knifeart.com
- http://www.ozonebilliards.com
- http://www.simplybabyfurniture.com
- http://www.usawallpaper.com
- http://www.antiquejewelrymall.com
- http://www.yourcookware.com
- http://www.healthfeetstore.com
- http://www.healthyshoestore.com
- http://www.trophycentral.com
- http://www.blissliving.com
- http://www.fightrack.com
- http://www.outdora.com
- http://www.usfitness.com
- http://www.theryde.com
- http://www.sportsunlimitedinc.com
- http://www.playbillstore.com
- http://www.costumecity.com
- http://www.pokertablesexpress.com
- http://www.mishimoto.com
- http://www.footcandy.com
- http://www.heavenlytreasures.com
- http://www.shoesalon.com
- http://www.noseydog.com
Questions & Answers about Dynamic Pagination
Newsletter
What our customers say:
| Yahoo! Store Development | RTML Books | Portfolio | Seminars | Resources | Articles | About Y-TIMES |

