Forums

Resolved
0 votes
i have a new 6.5 box with zarafa installed and the webaccess seems to be very laggy. is there any hack or tweak that can speed that up like in 5.2?
Wednesday, February 11 2015, 01:50 PM
Share this post:
Responses (5)
  • Accepted Answer

    Friday, February 13 2015, 03:03 AM - #Permalink
    Resolved
    0 votes
    Hi!

    OpCache is the new default, starting in PHP 5.5:
    http://thephp.cc/news/2013/06/php-5-5-out-of-the-box-bytecode-cache

    Here is how to get it on PHP 5.3 (ClearOS 6.x )
    yum --enablerepo=clearos-epel install php-pecl-zendopcache
    service httpd restart


    To check your status:
    https://github.com/rlerdorf/opcache-status
    or
    http://doc.tiki.org/Server+Check (While it was designed for Tiki, it is very useful for any PHP app, as it checks over 50 different things and provides contextual feedback.

    Best regards,

    M ;-)
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 11 2015, 07:36 PM - #Permalink
    Resolved
    0 votes
    thx guys. it may have made a small different in the zarafa webaccess. so there isnt a file we can adjust like in 5.2 like the /usr/webconfig/conf? that worked really well in 5.2
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 11 2015, 07:11 PM - #Permalink
    Resolved
    0 votes
    I see a small typo :laugh:

    eacceleartor  = eaccelerator 


    yum install php-eaccelerator --enablerepo=clearos-epel
    service httpd restart
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 11 2015, 07:10 PM - #Permalink
    Resolved
    0 votes
    Typo. Try
    yum install php-eaccelerator --enablerepo=clearos-epel

    Thanks for the link. I'm giving it a whirl.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 11 2015, 06:23 PM - #Permalink
    Resolved
    0 votes
    You can improve all PHP applications by installing the php-eaccelerator addon which caches PHP scripts.
    yum install php-eacceleartor --enablerepo=clearos-epel
    service httpd restart
    Use to work well but doesn't seem work with webapp (results in connection lost warnings)
    The reply is currently minimized Show
Your Reply