Cookie consent settingsAccept all
  • Skip to header bar
  • Skip to main navigation
  • Skip to page tools
  • Skip to work area
  • New process
  • Overview
    • Files
    • Processes
    • Ratings
    • Recommendations
    • WikiExplorer
    • Workflows
  • Login
Main navigation contains tabs, main links and MediaWiki sidebar
Entrypoints
  • Main Page
  • Pages
  • Books
  • Blogs
  • Recent changes
Quick Links
  • All topics
  • Video-Tutorials
  • Templates download
Documentation
  • Security Advisories
  • Installation
  • Releases
  • Software catalog
  • Trust & Safety
Books
  • User manual
  • Admin manual
  • Semantic MediaWiki basics
Participate
  • BlueSpice community
You are viewing an old version of this page. Return to the latest version.
This is the version of 25 July 2023, 10:35 by Redaktion
PreviousNext
  • Setup
  • Installation Guide
    • Advanced
      • Performance Optimization
        • PHP
        Last edited one year ago
        by Redaktion

        Performance Optimization: PHP

        • English
        • Deutsch
        Revision as of 10:35, 25 July 2023 by Redaktion (talk | contribs)
        (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

        Contents

        • 1 opcache
        • 2 zlib

        opcache

        Enable the Zend extension opcache in PHP. In the php.ini, we recommend the following configuration:

        opcache.enable=1
        opcache.memory_consumption=512
        opcache.max_accelerated_files=100000
        opcache.validate_timestamps=1
        opcache.revalidate_freq=2
        opcache.optimization_level=0x7FFF9FFF

        Up to BlueSpice 4.2.x only  -v4.2.x: In addition, you should include the BlueSpice configuration files ( extensions/BlueSpiceFoundation/config/*) in the Opcache blacklist (opcache.blacklist_filename). You can find more information in the official PHP documentationfor configuration.php.

        zlib

        Activate the extension zlib. In the php.ini we recommend the following configuration:

        zlib.output_compression = On
        zlib.output_compression_level = 9

        You can find more information in the official PHP documentation for zlib.



        To submit feedback about this documentation, visit our community forum.

        Retrieved from "https://en.wiki5.bluespice.com/w/index.php?title=Setup:Installation_Guide/Advanced/Performance_Optimization/PHP&oldid=7056"
        No categories assignedEdit
        Page actions and tools navigaiton contains tabs, toolbox and actions
        Actions
        • Refresh
        • Copy URL
        • E-Mail
        • QR code
        Details
        • View history
        • Page information
        • Browse properties
        • ... all actions
        • Privacy policy
        • Terms of service
        • Disclaimer
        • Imprint
        • Accessibility
        • About
        • Edit preview settings
        • Powered by MediaWiki
        • Powered by BlueSpice
        • Powered by Semantic MediaWiki
        • Creative Commons License