Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (868 - 870 of 2152)

Ticket Resolution Summary Owner Reporter
#540 fixed Implement caching in a systematic manner wwaites rgrp
#541 fixed Full-page caching even for logged in users wwaites rgrp

Reported by rgrp, 4 years ago.

Description

The simplest way to improve performance on specific pages is to implement full page caching.

This, however, has challenges on pages with user-specific content. For example, on CKAN when a user is logged at the top of the page we have "You are logged in as: {username}". Similarly we change the visibility of some material depending on the status of users:

  • Visibility of Edit or Authz link on packages and groups
#542 fixed 'Show and Tell' page customization using cookie + js wwaites rgrp

Reported by rgrp, 4 years ago.

Description

To allow for full page caching even on customized pages for logged in users we can use cookie+javascript techniques as described here: http://www.ibm.com/developerworks/web/library/wa-rails2/

In the first place we just need to apply this to:

  • You are logged in as
  • Package/group edit/authz tabs
Note: See TracQuery for help on using queries.