RestOStay / ros-github

ROS Code base
Open Software License 3.0
1 stars 0 forks source link

Optimize Site performance #5

Open mkrsinha5 opened 10 years ago

mkrsinha5 commented 10 years ago
  1. Load only Thumbnail of image for each Guest houses/Hotels not all images (It should improve page loading)
  2. Onclick Detail button fetch all other images for that Hotels asynchronously using AJAX
  3. Load more hotels dynamically (or lazily) when users scrolls them into view. Use onScrolledIntoView or similar event for HTML elements. I don’t like paging concepts on search results page.