marcardar / transcriptstudio-isha

Automatically exported from code.google.com/p/transcriptstudio4isha
0 stars 0 forks source link

Cache category panel results in HTTP session #179

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it takes about 20 seconds (without indexes) to generate the
categories page. It is pointless to requery this page each time the user
wants to view it. So we want to store the results once (at the start of the
session), and reference the session variable whenever needed.

However - the user must be able to explicitly recreate the HTTP session -
if, for example, he wants to view recently added/modified category data

Original issue reported on code.google.com by swami.ke...@gmail.com on 8 Sep 2009 at 10:56

GoogleCodeExporter commented 9 years ago
Done in r518. Now it still takes the user over a minute to do the initial load 
of 
the categories pane - but subsequent visits are retrieved from the session 
cache. 
session can be reset by logging out and in again.

Original comment by swami.ke...@gmail.com on 24 Sep 2009 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by swami.ke...@gmail.com on 24 Sep 2009 at 10:21