Advantages of LiteSpeed for custom php

#1
I purchased a LiteSpeed license for a purely php application, without frameworks and session-based.

From what I read in the documentation I will not be able to use cache resources because it is session based and also using pageSpeed seems to consume a lot of resources.

So my question is quite straightforward: is there any significant advantage to maintaining the LiteSpeed license over apache?

Thank you for any sincere opinion.
 

serpent_driver

Well-Known Member
#2
From what I read in the documentation I will not be able to use cache resources because it is session based
You can use LScache even if your application is session based. The question is what the session needed for. Do you need PHP session in every case? Have you ever heard about Edge Side Includes (ESI), one of "magic" features of LiteSpeed/LScache?

and also using pageSpeed seems to consume a lot of resources.
Higher consume of resources is not only a problem if you use Pagespeed with LiteSpeed. This is a general problem of Pagespeed and it doesn't matter which webserver is used. With PageSpeed you lose more than this function promises.
 
Top