looks like a PHP / MySQL site, and cloudflare are in front of lsws:
Server:cloudflare-nginx
Transfer-Encoding:chunked
Vary:Accept-Encoding
X-Powered-By: PHP/5.5.24
X-Turbo-Charged-By:LiteSpeed
in general, the bottle-neck is at php / mysql side. tips:
1. optimize php / mysql
this is the most...
1. locate correct php.ini
create a phpinfo.php page in document root, access the page, will tell your which php.ini are using.
and in this page, search "max_execution_Time", this is the final value.
max_execution_Time can be overridden in many settings...
ok, to summary. the issue is:
Deny from all
Allow from env=AllowCountry
not working by your test -- I think our dev will look into it.
since following is working:
<IfModule mod_geoip.c>
<FilesMatch "wp-login.php|xmlrpc.php">
RewriteEngine on
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} !^(US|AU)$...
lsws won't load apache's mod_geoip module. instead, need install and enable GEO IP at lsws web admin, please refer the documents:
https://www.litespeedtech.com/docs/webserver/config/general#enableIpGeo
https://www.litespeedtech.com/docs/webserver/config/general#geolocationDB
is WHM/cPanel installed ?
with cloudlinx alt-php, every account can customize its php version and modules, so every account has different php.ini
to ensure you've got the right php.ini
https://www.litespeedtech.com/products/litespeed-sapi/php/suexec-processgroup
"If Run On Start Up is set to "suEXEC Daemon", ProcessGroup will override Daemon mode wherever ProcessGroup is enabled."
check /phpinfo.php, locate the full path of php.ini, to ensure Zend OPcache is in it,
please refer this page:
https://store.litespeedtech.com/store/cart.php?gid=2
for VPS license, LSCache is optional, click "Order Now", you'll see its price is $6 USD
1st process "lsphp5: ... /wp-login.php" consumed most CPU: 78.2%
it's likely under the common wordpress brute login attack. the easiest way maybe just install a brute login protection plugin.
it's been fixed itself. from "Peter Pitchford":
"Its fixed but I'm not sure what was causing the problem. Some one else deleted the robots file and that apparently fixed it. I had tried that myself. It works now, thanks."
left click my forum name, there is "Start a Conversion" option, it's same as vBulletin's PM(private message).
the messages in the conversation will only be seen by 2 of us.
what's your lsws version ? should be like 4.2.23 or 5.0.2
so you're saying the home page is not correct while other pages are ok ?
it may relate to rewrite rules in .htaccess,
you can post it here or send it to me via "Start a Conversation" along the URL of the homepage.
no experience with this addon.
but yes, litespeed also has "full guest caching" solution for vBulletin:
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscache
for vB or vbSEO
have you audit the memory lsphp5 process(which run "Rebuild Attachment Thumbnails" script) ?
it may consume more and more memory after long time running.
you can try increase lsphp5 External App
Memory Soft Limit (bytes)
Memory Hard Limit (bytes)
to very large value, say both 8G, and enable...
the issue looks complicated and not easy to answer it.
and at least I've no experience for such issue:
it's fast in both front end and backend (/wp-admin/..), but only slow when logged in to preview the main page.
have to try and try to narrow down the scope. 1st idea came up in my mind is, can...
great to have it fixed !
however wonder why opcache has caused 503 for this case.
you may have enabled php suExec if it's a shared host.
there are 3 suExec mode:
https://www.litespeedtech.com/products/litespeed-sapi/php
suExec Daemon
suExec Worker
suExec ProcessGroup
default is Worker mode...