• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Pagespeed Mod for Plesk 12.5

karadayi

Basic Pleskian
Hello,

I would like to ask if Plesk 12.5 will get Pagespeed Module as Extension? We have a Managed Server and our Hoster will not install not proofed Modules by Plesk.

PS: Does Plesk Onyx has it?

Regards
 
@karadayi

There are two PageSpeed "modules": one for Apache and one for Nginx (which requires a custom build of Nginx).

Both PageSpeed "modules" are experimental, so there is a reason for your hoster and Plesk to not support these "modules".

However, the good news is that you can use default Nginx, as shipped with Plesk, to configure almost all (valuable) options of the PageSpeed "modules".

In general, it is a good idea to have a Nginx proxy in front of the Apache web server, to reduce the load on Apache.

From that perspective, it also is a good idea to setup specific Nginx directives that allow you to enhance performance, in a similar way like the (Nginx) PageSpeed module does.

Also note that using "bare" Nginx directives (as opposed to using any of the two PageSpeed modules) is not associated with the performance penalty, that is commonly encountered when using one of the PageSpeed modules (note that the PageSpeed modules can really drain the server´s resources).

Hope the above explains a bit of the background.

Regards......
 
@karadayi

To be honest, the answer to your question

Can you tell me how I can set all the Pagespeed options in Plesk for Nginx?

is that you should not want to enable "all" the PageSpeed options, for many reasons:

- PageSpeed does rely on several external packages, which are not always desirable on your system,
- Nginx directives are limited to the directives included with the default Nginx binary and associated Nginx modules, as shipped with Plesk,
- activating all "PageSpeed options" could lead to an unnecessary performance penalty,

and so on.

Nevertheless, you can have a look on this forum, since many basic Nginx topics are already dealt with.

If you have any specific questions, you can always ask them.

Regards.....
 
Back
Top