• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

olegos76

New Pleskian
Server operating system version
CentOS Linux 7.9.2009 (Core)
Plesk version and microupdate number
Plesk Obsidian Web Host Edition Version 18.0.50 Update #2
Hello guys.

I am trying to improve overall performance of my site which is:
  • a 1-pager music site with few pop-ups and a very little text that changes very rarely.
  • streams .mp3 audio files
  • serves webp images (in "Additional nginx directives" we have placed a directives that convert any other image format into webp)

But I am very confused about recommended settings per instructions on this page: Apache and Nginx Settings

So in the section "Serve all static content via nginx", on Step 2 it says: "Select the Proxy mode and Smart static files processing checkboxes."
Question 1)
If I am selecting "Proxy" mode, that contradicts with serving by nginx. Is it not? Is it a mis-type or am I not understanding it correctly?

Question 2)
Could anyone please recommend me proper settings for my case (serving webp & .mp3)?
Which of these 4 options should be checked/unchecked?

The goal is to speed up output of images and audio to the user.

1677575441316.png

Thank you very much!
 
... also that instructions page have other contradicting statements which makes it unclear what the real default is:
1677577971690.png
 
When proxy mode is "off", only Nginx processes all content from the website. This is the fastest configuration.

When proxy mode is "on", but neither static file processing options are checked, all traffic is forwarded to Apache and processed by Apache.

When proxy mode is "on", but either static file processing option is checked, Nginx delivers all static files directly, but forwards dynamic requests (php scripts) to Apache.
 
Thank you very much Peter. I ran some tests and somehow this combination works faster for my site:
1677650657333.png
Is this normal? :) Considering everyone around says serving files directly by nginx only (Proxy off) is the fastest solution?
 
Back
Top