Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COHogan, thanks for the response! That's a good idea, caching results with a unique id related to the search parameters. I haven't used this technique before but from what I've read it's used in a similar way to Session and ViewState, right? If the unique id isn't in the cache, meaning that the search hasn't been done before or results have been removed due to low memory, I need to load the hotel's information by reading the XML files. How would you suggest improving this response time? How can I show results as they load instead of waiting for all of them to load? Thanks!
      singulars
    2. COLooking for some information regarding caching in ASP.NET, I found this post: [http://www.codeproject.com/KB/web-cache/cachingaspnet.aspx](http://www.codeproject.com/KB/web-cache/cachingaspnet.aspx). In the second paragraph it says _some websites have page creation engines which create all pages in one go and save them as HTML pages which are then served to the users_. If I'm not mistaken, [http://www.booking.com](http://www.booking.com) uses this technique, because the results are displayed in a HTML file. Is this a solution that could be used in my case?
      singulars
    3. COIf I was doing it I would store the cache on an SQL server -- this will also make the cache available for longer (or as long as you like) it seems with this kind of system you don't need to refresh the cache very often -- every few days maybe? -- having them in a DB means they will have a longer life.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload