Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.
We've turned this on for higher tier customers and definitely significant boost in speed as they're not waiting for free workers but its also jacked up short term average CPU utilisation by 20-30% because more peak CPU is available to be used.
@ghazestor We did not experience any increased CPU total usage. Based on your settings the free workers are not the ones to blame. The speed increase comes from the dedicated master processes per website having their own OPcache. This can improve PHP performance dramatically by storing precompiled script bytecode in shared memory for the PHP handler. This removes the need for PHP to load and parse scripts on each request. This normally even brings CPU usage down. Of course you pay a price for that: the memory usage increases based on the settings for [opcache] in the php.ini. The shared FPM application handler on the other side never has really a chance to cache PHP scripts very long as the different websites kick each other out of the cache again and again - at least with the standard [opcache] settings in Plesk. Furthermore the PHP function opcache_get_status has to be disabled for obvious security reasons.