Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Speed up websites hosted on Plesk
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Speed up websites hosted on Plesk

Hey all,

Who has some server tweaks to speed up PHP sites running on Plesk? We are already using php 7.4 on Nginx.

Comments

  • TheLinuxBugTheLinuxBug Member
    edited January 2020

    If you are at the point you are asking this question, then the answer is you need to actually tune things on a lower level and not in Plesk. Meaning, you need to do your own optimizations on things like the database server, database queries in your application code, stopping un-needed services which are using up your available memory or CPU time that are not needed and other basic low level optimizations.

    To be honest, the largest performance gain would be from removing Plesk completely from the server and just configuring the stack your self manually. Most of the overhead on a Plesk server is Plesk it's self and all the different un-needed daemons and such it sets up and maintains, which you don't actually need to run a web site, but are just nice to have installed by default.

    I know this probably isn't the response you were looking for, but if you need to gain further performance out of a Plesk server, generally you go the route of upgrading your resources more to be able to handle better the overhead of Plesk being there. Plesk does it's best to optimize the HTTP stack out of the box and only leaves a few lower level optimizations that really can have any impact.

    my 2 cents.

    Cheers!

    Thanked by 1nfn
  • mustafamw3mustafamw3 Member, Patron Provider

    use cache , cdn , PHP Minify . Google for how to optimize website

  • WebProjectWebProject Host Rep, Veteran

    Combination of Nginx and Apache web servers, I can’t say it’s slow, unless your do have issue with your code.

  • Plesk is slow

  • @cybertech said:
    Plesk is slow

    Plesk is fast

  • @xaoc said:

    @cybertech said:
    Plesk is slow

    Plesk is fast

    Okay

  • @mustafamw3 said:
    use cache , cdn , PHP Minify . Google for how to optimize website

    PHP minify xD

  • JordJord Moderator, Host Rep

    Litespeed, makes things go FAST.

Sign In or Register to comment.