User Tools

Site Tools


scratchpad:xulrunner_caching_comparison

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
scratchpad:xulrunner_caching_comparison [2011/06/08 16:13] phasefxscratchpad:xulrunner_caching_comparison [2011/06/08 16:22] phasefx
Line 21: Line 21:
 ^Patron Registration| False (#3)  True (#4)  True (#12) | False (#21) Partial (#22) Partial (#30) | ^Patron Registration| False (#3)  True (#4)  True (#12) | False (#21) Partial (#22) Partial (#30) |
 ^Check Out          | False (#5)  True (#13)            | False (#23) Partial (#31)               | ^Check Out          | False (#5)  True (#13)            | False (#23) Partial (#31)               |
-^Patron Items Out   | False (#6)  True (#14)            | False (#24)                             +^Patron Items Out   | False (#6)  True (#14)            | False (#24) Partial (#32)               
-^Patron Holds       | False (#7)  True (#15)            | False (#25)                             +^Patron Holds       | False (#7)  True (#15)            | False (#25) Partial (#33)               
-^Patron Billing     | False (#8)  True (#16)            | False (#26)                             +^Patron Billing     | False (#8)  True (#16)            | False (#26) Partial (#34)               
-^Item Status        | False (#9)  True (#17)            | False (#27)                             +^Item Status        | False (#9)  True (#17)            | False (#27) Partial (#35)               
-^OPAC Javascript    | False (#10) Partial (#18)         | False (#28)                             |+^OPAC Javascript    | False (#10) Partial (#18)         | False (#28) Partial (#36)               |
  
 ====== Check In ====== ====== Check In ======
Line 645: Line 645:
 GET /xul/20110311.001444/server/skin/custom.js HTTP/1.1 GET /xul/20110311.001444/server/skin/custom.js HTTP/1.1
 GET /xul/20110311.001444/server/patron/items_overlay.xul HTTP/1.1 GET /xul/20110311.001444/server/patron/items_overlay.xul HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/auth_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/offline_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/common_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/patron_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/cat_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/circ_custom.properties HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +</code>
 +
 +**Gateway calls:**
 +<code>
 +open-ils.actor.user.checked_out.authoritative
 +open-ils.actor.user.checked_in_with_fines.authoritative
 +open-ils.actor.user.checked_out.count.authoritative
 +open-ils.actor.usergroup.members.balance_owed.authoritative
 +open-ils.circ.open_non_cataloged_circulation.user.authoritative
 +</code>
 +
 +=== #32 ===
 +**HTTP requests:**
 +<code>
 +GET /xul/20110311.001444/server/skin/custom.js HTTP/1.1
 GET /xul/20110311.001444/server/locale/en-US/auth_custom.properties HTTP/1.1 GET /xul/20110311.001444/server/locale/en-US/auth_custom.properties HTTP/1.1
 GET /xul/20110311.001444/server/locale/en-US/offline_custom.properties HTTP/1.1 GET /xul/20110311.001444/server/locale/en-US/offline_custom.properties HTTP/1.1
Line 730: Line 756:
 open-ils.circ.holds.id_list.retrieve.authoritative open-ils.circ.holds.id_list.retrieve.authoritative
 </code> </code>
 +
 +==== #33 ====
 +
 +**HTTP requests:**
 +<code>
 +GET /xul/20110311.001444/server/skin/custom.js HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/auth_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/offline_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/common_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/patron_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/cat_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/circ_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/skin/custom.js HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/auth_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/offline_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/common_custom.properties HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/patron_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/circ_custom.properties HTTP/1.1
 +GET /js/dojo/openils/User/nls/en/User.js HTTP/1.1
 +GET /js/dojo/openils/User/nls/en-us/User.js HTTP/1.1
 +</code>
 +
 +**Gateway calls:**
 +<code>
 +open-ils.circ.holds.id_list.retrieve.authoritative
 +</code>
 +
  
 ====== Patron Billing ====== ====== Patron Billing ======
Line 784: Line 838:
 </code> </code>
  
 +==== #34 ====
 +**HTTP requests:**
 +<code>
 +GET /xul/20110311.001444/server/skin/custom.js HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/auth_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/offline_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/common_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/circ_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/patron_custom.properties HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +</code>
 +
 +**Gateway calls:**
 +<code>
 +open-ils.actor.user.transactions.history.have_balance.ids.authoritative
 +open-ils.actor.user.fleshed.retrieve.authoritative
 +</code>
  
 ====== Item Status ====== ====== Item Status ======
Line 829: Line 901:
 GET /xul/20110311.001444/server/locale/en-US/circ_custom.properties HTTP/1.1 GET /xul/20110311.001444/server/locale/en-US/circ_custom.properties HTTP/1.1
 GET /xul/20110311.001444/server//cat/util.js HTTP/1.1 GET /xul/20110311.001444/server//cat/util.js HTTP/1.1
 +</code>
 +
 +**Gateway calls:** None
 +
 +==== #35 ====
 +**HTTP requests:**
 +<code>
 +GET /xul/20110311.001444/server/skin/custom.js HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/auth_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/offline_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/common_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/cat_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/circ_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/skin/custom.js HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/auth_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/offline_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/common_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/cat_custom.properties HTTP/1.1
 +GET /xul/20110311.001444/server/locale/en-US/circ_custom.properties HTTP/1.1
 </code> </code>
  
Line 1026: Line 1117:
 open-ils.search.biblio.audience_map.retrieve.all open-ils.search.biblio.audience_map.retrieve.all
 open-ils.search.biblio.bib_level_map.retrieve.all open-ils.search.biblio.bib_level_map.retrieve.all
 +</code>
 +
 +==== #36 ====
 +
 +**HTTP requests:**
 +<code>
 +GET /xul/rel_2_0_6/server/skin/custom.js HTTP/1.1
 +GET /js/dojo/openils/opac/nls/en/opac.js HTTP/1.1
 +GET /js/dojo/openils/opac/nls/en-us/opac.js HTTP/1.1
 +GET /js/dojo/openils/widget/nls/en/Searcher.js HTTP/1.1
 +GET /js/dojo/openils/widget/nls/en-us/Searcher.js HTTP/1.1
 +POST /osrf-http-translator HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +POST /osrf-gateway-v1 HTTP/1.1
 +</code>
 +
 +**Gateway calls:**
 +<code>
 +open-ils.auth.session.retrieve
 +open-ils.actor.patron.settings.retrieve
 +open-ils.search.biblio.lit_form_map.retrieve.all
 +open-ils.search.biblio.item_form_map.retrieve.all
 +open-ils.search.biblio.bib_level_map.retrieve.all
 +open-ils.search.biblio.audience_map.retrieve.all
 +open-ils.search.biblio.item_type_map.retrieve.all
 +open-ils.circ.copy_location.retrieve.all
 </code> </code>
  
  
scratchpad/xulrunner_caching_comparison.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.