About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
administration:performance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
administration:performance [2019/01/16 16:06] – [Apache Tuning] demiankatzadministration:performance [2019/03/20 11:55] – [PHP Tuning] demiankatz
Line 130: Line 130:
 ====== PHP Tuning ====== ====== PHP Tuning ======
  
-On PHP 5.4, installing a PHP cache like [[http://pecl.php.net/package/APC|APC]] can significantly improve performance by reducing the amount of time spent by PHP parsing and compiling code. PHP 5.6 comes with build-In OpCache, which is slightly faster than APC. When upgrading, remember to disable the Apache APC module. OpCache should be configured to 64 MB.  +On PHP 5.4, installing a PHP cache like [[http://pecl.php.net/package/APC|APC]] can significantly improve performance by reducing the amount of time spent by PHP parsing and compiling code. PHP 5.6 comes with build-In OpCache, which is slightly faster than APC. When upgrading, remember to disable the Apache APC module. OpCache should be configured to 64 MB.
- +
-If you created a custom module, remember to create an autoloader_classmap.php by calling  +
-<code php> +
-../../vendor/zendframework/zendframework/bin/classmap_generator.php -w +
-</code> +
-from module directory.  +
 ===== Asset Pipeline ===== ===== Asset Pipeline =====
  
administration/performance.txt · Last modified: 2022/05/06 12:52 by demiankatz