source: trunk/language/en_UK/help/maintenance.html @ 4484

Last change on this file since 4484 was 4484, checked in by ddtddt, 14 years ago

[trunk] merge 4483 BR2 -> T

  • Property svn:eol-style set to LF
File size: 2.1 KB
RevLine 
[858]1<h2>Maintenance</h2>
2
[2342]3<p>To optimize page generation time, Piwigo uses cached
[858]4information. For example, instead of counting the number of pictures
5contained in each category at each page reload, this information is stored
6in the database. In theory, this information should always be correct, but
7sometimes an error can occur and cached information becomes wrong.</p>
8
9<p>Some informations become useless with time. Deleting this useless
10information from database make you save disk space.</p>
11
12<ul>
13
[1656]14  <li><strong>Update categories informations:</strong> For each category,
[858]15  informations to update or control are the following : list of parent
16  categories, number of pictures, date of the last picture, position among
17  brother categories, position among all categories. This action also checks
18  the coherence of representative picture.</li>
19
[1656]20  <li><strong>Update images informations:</strong> For each picture,
[889]21  informations to update are : full path to file, average
[858]22  rate. <em>Warning</em>: do not get confuse with metadata informations
23  which can be synchronized from <span class="pwgScreen">Administration,
[1889]24  Categories, Synchronize</span> or by reaching the modification screen of a
[858]25  single picture (through <span class="pwgScreen">Picture</span> for
26  example).</li>
27
[2064]28  <li><strong>Repair and optimize database:</strong>
29  For each table, re-odrer, repair and optimize operations are done.
30  </li>
31</ul>
32
33<ul>
34  <li><strong>Purge history detail:</strong> Delete all lines from
[858]35  <code>history</code> table. Screen <span class="pwgScreen">Administration,
[1889]36  Specials, History</span> shows no informations anymore on past
[858]37  history. <em>Warning</em>: all data will be lost and there is no way to
38  get informations back.</li>
39
[2064]40  <li><strong>Purge history summary:</strong> Delete all the summary information about visit history. This summary is calculated from the history detail.</li>
41
[1656]42  <li><strong>Purge sessions:</strong> Delete expired user sessions.</li>
[858]43
[1111]44  <li><strong>Purge never used notification feeds</strong></li>
[858]45
[4484]46  <li><strong>Purge search history</strong></li>
47 
48  <li><strong>Purge compiled templates</strong></li> 
[858]49</ul>
Note: See TracBrowser for help on using the repository browser.