new caching system to replace old page cache
This commit is contained in:
parent
e12ff119af
commit
e4392f7449
54 changed files with 718 additions and 167 deletions
|
|
@ -1,6 +1,16 @@
|
|||
package WebGUI::i18n::English::Asset_Article;
|
||||
|
||||
our $I18N = {
|
||||
'cache timeout' => {
|
||||
message => q|Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'cache timeout help' => {
|
||||
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|(Select "Yes" only if you aren't adding <br> manually.)|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
|
|
@ -2,6 +2,16 @@ package WebGUI::i18n::English::Asset_Collaboration;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'visitor cache timeout' => {
|
||||
message => q|Visitor Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'visitor cache timeout help' => {
|
||||
message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'karma rank' => {
|
||||
message => q|Karma Rank|,
|
||||
context => q|a label used in sorting threads by karma divided by karma scale|,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,16 @@ package WebGUI::i18n::English::Asset_EventsCalendar;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'visitor cache timeout' => {
|
||||
message => q|Visitor Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'visitor cache timeout help' => {
|
||||
message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'january' => {
|
||||
message => q|January|,
|
||||
lastUpdated => 1133711787
|
||||
|
|
|
|||
|
|
@ -1,6 +1,16 @@
|
|||
package WebGUI::i18n::English::Asset_File;
|
||||
|
||||
our $I18N = {
|
||||
'cache timeout' => {
|
||||
message => q|Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'cache timeout help' => {
|
||||
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'file add/edit title' => {
|
||||
message => q|File, Add/Edit|,
|
||||
lastUpdated => 1106683494,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,16 @@ package WebGUI::i18n::English::Asset_Folder;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'visitor cache timeout' => {
|
||||
message => q|Visitor Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'visitor cache timeout help' => {
|
||||
message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'847' => {
|
||||
message => qq|Go back to the current page.|,
|
||||
lastUpdated => 1039587250,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,16 @@
|
|||
package WebGUI::i18n::English::Asset_HttpProxy;
|
||||
|
||||
our $I18N = {
|
||||
'cache timeout description' => {
|
||||
message => q|How long should the proxy cache a page, so that if it's requested again, it won't have to refetch it?|,
|
||||
lastUpdated => 1047837230
|
||||
},
|
||||
|
||||
'cache timeout' => {
|
||||
message => q|Cache Timeout|,
|
||||
lastUpdated => 1047837230
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Remove style?|,
|
||||
lastUpdated => 1047837230
|
||||
|
|
|
|||
|
|
@ -1,6 +1,16 @@
|
|||
package WebGUI::i18n::English::Asset_Matrix;
|
||||
|
||||
our $I18N = {
|
||||
'visitor cache timeout' => {
|
||||
message => q|Visitor Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'visitor cache timeout help' => {
|
||||
message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'comparison template help body' => {
|
||||
lastUpdated => 0,
|
||||
message => q| <p>The following template variables are available in the comparison template.</p>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,16 @@
|
|||
package WebGUI::i18n::English::Asset_MessageBoard;
|
||||
|
||||
our $I18N = {
|
||||
'visitor cache timeout' => {
|
||||
message => q|Visitor Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'visitor cache timeout help' => {
|
||||
message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'74' => {
|
||||
message => q|The following is the list of template variables available in message board templates.
|
||||
<p/>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,16 @@ package WebGUI::i18n::English::Asset_MultiSearch;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'cache timeout' => {
|
||||
message => q|Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'cache timeout help' => {
|
||||
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'MultiSearch Template' => {
|
||||
message => q|MultiSearch Template|,
|
||||
lastUpdated => 1133619940,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,16 @@
|
|||
package WebGUI::i18n::English::Asset_Product;
|
||||
|
||||
our $I18N = {
|
||||
'cache timeout' => {
|
||||
message => q|Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'cache timeout help' => {
|
||||
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'33' => {
|
||||
message => q|Related Products|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
|
|
@ -1,6 +1,16 @@
|
|||
package WebGUI::i18n::English::Asset_SQLReport;
|
||||
|
||||
our $I18N = {
|
||||
'cache timeout description' => {
|
||||
message => q|How long should we cache the results of the query before fetching it again?|,
|
||||
lastUpdated => 1047837230
|
||||
},
|
||||
|
||||
'cache timeout' => {
|
||||
message => q|Cache Timeout|,
|
||||
lastUpdated => 1047837230
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|<b>Debug:</b> Error: There was a problem with the query.|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
|
|
@ -1,6 +1,16 @@
|
|||
package WebGUI::i18n::English::Asset_SyndicatedContent;
|
||||
|
||||
our $I18N = {
|
||||
'cache timeout' => {
|
||||
message => q|Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'cache timeout help' => {
|
||||
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'get syndicated content' => {
|
||||
'lastUpdated' => 0,
|
||||
'message' => 'Get Syndicated Content',
|
||||
|
|
|
|||
|
|
@ -77,15 +77,6 @@ is displayed as part of a Layout Asset, the Layout Asset's <b>Style Template</b>
|
|||
lastUpdated => 1119410887,
|
||||
},
|
||||
|
||||
'895 description' => {
|
||||
message => q|The amount of time this page should remain cached for registered users.|,
|
||||
lastUpdated => 1119410887,
|
||||
},
|
||||
|
||||
'896 description' => {
|
||||
message => q|The amount of time this page should remain cached for visitors.|,
|
||||
lastUpdated => 1119410887,
|
||||
},
|
||||
|
||||
'42' => {
|
||||
lastUpdated => 1031514049,
|
||||
|
|
@ -111,14 +102,6 @@ is displayed as part of a Layout Asset, the Layout Asset's <b>Style Template</b>
|
|||
lastUpdated => 1031514049,
|
||||
message => q|Description|
|
||||
},
|
||||
'895' => {
|
||||
lastUpdated => 1056292971,
|
||||
message => q|Cache Timeout|
|
||||
},
|
||||
'896' => {
|
||||
lastUpdated => 1056292980,
|
||||
message => q|Cache Timeout (Visitors)|
|
||||
},
|
||||
'664' => {
|
||||
lastUpdated => 1031514049,
|
||||
message => q|Wobject, Delete|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue