From f9d0b65a50cca04ec1609cdcb4043a02cc41752e Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Tue, 20 Oct 2015 09:50:13 -0400 Subject: [PATCH] Documentation about which features can be removed to reduce the install footprint Signed-off-by: Isaac Bennetch --- doc/faq.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/faq.rst b/doc/faq.rst index baae226c75..459105f200 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -609,6 +609,25 @@ some robots accessing your installation. Because your PHP's ``memory_limit`` is too low; adjust it in :file:`php.ini`. +.. _faq1:44: + +1.44 How can I reduce the installed size of phpMyAdmin on disk? +--------------------------------------------------------------- + +Some users have requested to be able to reduce the size of the phpMyAdmin installation. +This is not recommended and could lead to confusion over missing features, but can be done. +A list of files and corresponding functionality which degrade gracefully when removed include: + +* :file:`./libraries/tcpdf` folder (exporting to PDF) +* :file:`./locale/` folder, or unused subfolders (interface translations) +* Any unused themes in :file:`./themes/` +* :file:`./js/jquery/src/` (included for licensing reasons) +* :file:`./js/line_counts.php` +* :file:`./doc/` (documentation) +* :file:`./setup/` (setup script) +* :file:`./examples/` +* :file:`./sql/` (SQL scripts to configure advanced functionality) + .. _faqconfig: Configuration