• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results for query: php redis

  1. Z

    Question Woocommerce, Redis, PHP Settings - Newbie questions

    Hello everyone, I'm new to server setup and panel configuration, and because of this, I would like to ask a few questions for which I haven't found answers, or the answers I found are already outdated. I've read in guides that setting up Nginx caching might not be the best option for an...
  2. PAM Baduijn

    Question Optimize a high traffic website

    Yeah, the Performance Booster does not make any significant speed improvement's. I use the PHP Redis Cache on Plesk and for WordPress, Wordpress Supercache + Autoptimize plugins and the Redis Object Cache plugin! https://bobcares.com/blog/install-redis-on-plesk/
  3. P

    Resolved memcached PHP extension for PHP support instruction error

    Please see one possible solution here: Installing php redis with igbinary, header file is not found
  4. PAM Baduijn

    Issue Slow Update Times: Is It a Server or WordPress Issue?

    Could be many things, look at the Tools and Settings > Proces List Maybe many bots visits are slowing down your hosting. Optimize PHP settings, enable Opcache, Nginx and Redis! For WordPress i recommend: WordPress Super Cache + Autoptimize for TTFB and Minify CSS, Javascript and HTML Also...
  5. P

    Resolved memcached PHP extension for PHP support instruction error

    There is no issue with the installation of igbinary. You only need to adapt the path to it as described in the previously provided link: There is also no issue with deinstallation when you have a correct installation. But in your case it seems you have a messed up installation with missing...
  6. S

    Resolved overload process lsphp or apach since ...

    Hello everybody, Maybe thie issue will be fixed today but I post here for helping and If someon find a solution I'll whare with u. I have Plesk since 1 week soon (18.0.59 and ubuntu22) on a big contabo VPS ( XL Memory 58.9 GB Disk Space 372.6 GB CPU 10 x AMD EPYC 7282 16-Core Processor...
  7. P

    Question Woocommerce, Redis, PHP Settings - Newbie questions

    Nginx caching makes a lot of sense as it can cache static files an make their delivery even faster. Yes, you can trust "Performance Booster". Use exactly one caching plugin or software only, not counting Nginx caching. It makes not a big difference which one. Website cache plugins have a...
  8. U

    Question redisException: READONLY You can't write against a read only replica

    Hi, I just move to a new server. I get the bellow Apache error. I am running Ubuntu 20.04 with a Plesk deployment (last version). I don't understand fro the log, what the actual problem is. Would be happy if someone can help me to solve the issue. My XenForo Redis Config: #redis cache...
  9. N

    Resolved Install lz4 for phpredis

    Already found my answer - for anyone with the same problem: 1. Install lz4 - GitHub - kjdev/php-ext-lz4: LZ4 Extension for PHP # git clone --recursive --depth=1 https://github.com/kjdev/php-ext-lz4.git # cd php-ext-lz4 # phpize # ./configure # make # make install 2. Install liblz4 - Package...
  10. KonstantinosP

    Resolved Disabling an extension from one custom PHP handler will disable the same extension on all others, too

    TITLE Issue in settings for custom PHP handlers PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Ubuntu 22.04.2 LTS (VPS/KVM), Linux 5.15.0-76-generic, x86-64 PROBLEM DESCRIPTION On my servers i usually install multiple custom PHP versions from ppa ondrej/php repository and i register them...
  11. N

    Resolved Install lz4 for phpredis

    Hey, as pecl does not support lz4 yet (at least i couldnt find it) i wonder if theres a way to add this extension manually to plesks php handlers (8.x) so i can use it with phpredis cheers
  12. Gerzam73

    Issue Error unistall php 7.4

    Installation started in background Comprobando si se resuelven las dependencias del paquete. Instalando paquetes Reading package lists... Building dependency tree... Reading state information... php-fpm is already the newest version (2:8.1+92ubuntu1). php8.1-fpm is already the newest version...
  13. U

    Resolved mysql tuning

    Hello Trialotto, thank you for your feedback. I set the innodb_buffer_pool_size= to 2GB. I use WP Rocket, Asset Clean Up and php 8.1 and all unnecessary resources have already been unloaded and the cache has also been optimized. I'm still cautious about Redis and Memcached or ngnix cache...
  14. T

    Resolved High CPU and terrible performance with Wordpress sites with PHP 7.4.33

    I am facing a similar proplem, fresh install of a vps with fresh worpress, ttfb > 2.5sec, running on 4 core 8GB RAM host with redis object cache. the site is currently not public so i am the only user testing the site, with php 8.0.25 i have 30% cpu usage on page refresh, 26.05% of that 30% by...
  15. Gerzam73

    Question Help not unistall PHP 7.4

    My error [2023-05-13 21:16:45.610022] Installation started in background [2023-05-13 21:16:45.610124] Getting bootstrapper packages to installation list: [2023-05-13 21:16:45.610341] Following bootstrapper packages will be installed: (empty) [2023-05-13 21:16:45.610374] ----------------...
  16. D

    Resolved High CPU and terrible performance with Wordpress sites with PHP 7.4.33

    and if you test it with PHP 7.3, does it perform better?
  17. herrMartin

    Resolved Submitting my PHP FPM config for review and recommendations please!

    One very non-obvious thing you might test out is your io performance from your vps. Sometimes you get a quite beefy vcpu and enough ram and you got also SSD /NVMe on your VPS but with limited IO. One of my vps is still such a machine and peaks! out at 75mbs reading or writing from disk. dd...
  18. WebHostingAce

    Question Moving Magento site to new domain on same server PHP errors

    If you are using Redis.. Please try a cache FLUSHALL. From the above image.. In PHP configuration you have have select open_basedir to None.
  19. zoldos

    Resolved Submitting my PHP FPM config for review and recommendations please!

    I run a fully dedicated server with PHP 7.4.33 (opcache and memcached) and a 2TB RAID HDD, Ubunto 20.04. I haven't tried PHP 8 yet, as not all parts of my forum are 100% compatible at this time.
  20. Talistech

    Question Install Redis with docker on a centos 7 server

    I have the following setup on my Ubuntu servers with Wordpress websites. What you need to do: Install docker/docker-compose on your server. See the docker-compose.yml under this message. Install the "Redis Object Cache" Plugin. Edit wp-config.php and add the required variables under this...
Back
Top