aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_US/help/maintenance.html
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2013-10-19 12:21:51 +0000
committerddtddt <ddtddt@piwigo.org>2013-10-19 12:21:51 +0000
commitdc01766c586fc9616c82e557a853396e976aaa9d (patch)
tree6f9b0e497ed9e598a1e8b62c034c76c2e24edd52 /language/en_US/help/maintenance.html
parent2f08283864615990a47ef8b3995ab88402eda478 (diff)
[trunk] - language - new language en_US Same en_UK
git-svn-id: http://piwigo.org/svn/trunk@25008 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_US/help/maintenance.html')
-rw-r--r--language/en_US/help/maintenance.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/language/en_US/help/maintenance.html b/language/en_US/help/maintenance.html
new file mode 100644
index 000000000..671c92ce6
--- /dev/null
+++ b/language/en_US/help/maintenance.html
@@ -0,0 +1,26 @@
+<h2>Maintenance</h2>
+
+<p>To optimise page generation time Piwigo uses cached information. For example, instead of counting the number of photos contained in each album at each page reload this information is stored in the database. In theory this information should always be correct but sometimes an error can occur and cached information becomes out of date.</p>
+
+<p>Some information becomes less useful as time goes by. Deleting this useless information from the database will save you some disk space.</p>
+
+<ul>
+ <li><strong>Delete orphan tags</strong></li>
+</ul>
+<ul>
+ <li><strong>Update albums informations:</strong> For each album, the following information is checked, and updated if necessary : list of parent albums, number of photos, last photo date, position among brother albums, position among all albums. This action also checks the representative photos consistency.</li>
+ <li><strong>Update photos information:</strong> For each photo, information updated is : full path to file, average rate. <em>Warning</em>, do not mix up: metadata information must be synchronised from <span class="pwgScreen">Administration &raquo; Tools &raquo; synchronise</span>, or on the modification screen of a single photo (through <span class="pwgScreen">Photo</span> for example).</li>
+</ul>
+<ul>
+ <li><strong>Repair and optimise the database:</strong>Perform re-order, repair and optimise operations on each table of the database.</li>
+ <li><strong>Reinitialize integrity check</strong></li>
+</ul>
+
+<ul>
+ <li><strong>Purge history details:</strong> Delete all lines from the history table. Screen <span class="pwgScreen">Administration &raquo; Tools &raquo; History</span> will not longer show information for the past history. <em>Warning:</em> all data will be lost, without any way to get them back.</li>
+ <li><strong>Purge history summary:</strong> Delete all the summary information about visit history. This summary is calculated from the history details.</li>
+ <li><strong>Purge sessions:</strong> Delete expired user sessions.</li>
+ <li><strong>Purge never used notification feeds</strong></li>
+ <li><strong>Purge searches history</strong></li>
+ <li><strong>Purge compiled templates</strong></li>
+</ul> \ No newline at end of file