Reduce your response times

#1
Hello guys;

I have a production server with lightspeed Enterprise 2.2.2, php 5.3.19 installed. Everything work fine only that recently we've done a speed test on one of our sites using https://developers.google.com/speed/, we got a high and medium priority "Improve server response time" exhausted all means on how to work this out with the server.

Is there a way to improve server response time?
 
#7
Guys,

Need some help here I tested LSWS Cache mentioned on

http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:litespeed:cache

verified is the site is cached with Curl -I site.com

but It does not seem to work even if I set Cache "enable cache" no/yes.

Does this work with a 2-CPU trial license?

curl: output:

HTTP/1.1 200 OK
Date: Wed, 24 Apr 2013 13:55:39 GMT
Server: LiteSpeed
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Set-Cookie: PHPSESSID=8c18140b0e92b6512b3a5ea7708eebc3; path=/
Set-Cookie: disable_frontend_CoreStory=not+sure; expires=Thu, 25-Apr-2013 13:55:38 GMT
Set-Cookie: web_details=true; expires=Wed, 24-Apr-2013 14:55:39 GMT
 
Last edited:
#8
proxy server

also when setting up a reverse proxy using lightspeed is it necessary to set it up on a new server or can it be done using the exisiting webserver and utilize its local Ip as a proxy server?
 

webizen

Well-Known Member
#9
Guys,

Need some help here I tested LSWS Cache mentioned on

http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:litespeed:cache

verified is the site is cached with Curl -I site.com

but It does not seem to work even if I set Cache "enable cache" no/yes.

Does this work with a 2-CPU trial license?

curl: output:

HTTP/1.1 200 OK
Date: Wed, 24 Apr 2013 13:55:39 GMT
Server: LiteSpeed
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Set-Cookie: PHPSESSID=8c18140b0e92b6512b3a5ea7708eebc3; path=/
Set-Cookie: disable_frontend_CoreStory=not+sure; expires=Thu, 25-Apr-2013 13:55:38 GMT
Set-Cookie: web_details=true; expires=Wed, 24-Apr-2013 14:55:39 GMT

It should work with trial license. make sure your cache storage is defined in admin console and writable by web server user.
 

webizen

Well-Known Member
#10
also when setting up a reverse proxy using lightspeed is it necessary to set it up on a new server or can it be done using the exisiting webserver and utilize its local Ip as a proxy server?
you can proxy the service on the same web server (running lsws) via its local ip to prevent it from direct public access.
 
#11
It should work with trial license. make sure your cache storage is defined in admin console and writable by web server user.
The attached image are the settings I've done the LSWS cache seems to work because I could see binary files being stored on the cache directory however when I try curl -I corestory1.globalbizcloud.com I don't see X-Litespeed-Cache:hit, What did I miss?
 

Attachments

Top