davellan
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by davellan-
Here is an example of what I am talking about. MaxRequestsPerProcess 1000 DefaultMaxClassProcessCount 120 IdleTimeout 60 MaxProcessCount 2000 IPCCommTimeout 40 IPCConnectTimeout 10 MaxRequestLen 10...
-
Well, I have seemed to resolve the issue just by editing some code on my php pages. My logout page used a input submit form to return to a login page, and replacing that with a standard anchor tag...
-
Ugh, bug strikes again. There are 7 open processes all accessing the same page, which is timing out only on Firefox and IE, but on Chrome it works fine (all on the same PC). I can access the root...
-
How is your PHP configured? DSO or FastCGI? If FastCGI - do you have limit of processes per user? Before you kill processes - how many processes are there running? My suggestion is that new hostin...
-
Assuming these are the same site, I think I might try disabling anything customized like this, any WP addons or custom theme as well, for starters, to see if the issue persists. These are on differ...
-
Hello :) I am happy to see you experienced an improvement. Thank you for providing us with an update. Got it down to 4s now. It is just of matter of optimizing code and htaccess files, following t...
-
Well, going with LiquidWeb was a big boost in performance. Load times are now in the 6 second range. Not great, but it is a huge improvement over 20+ seconds I was dealing with before. New benchma...
-
does it load slow from another location? try a simple static site does it load slow? Do others that visit the sites is it slow for them? If your server sites are well optimized then start lookin...
-
I have these exact issues as well, so I want to be sure I have this right. 1. I do want to have root access, so I followed jcats suggestions regarding disabling password auth, generating a key wit...
-
Ok, I figured it out by doing the instructions provided at this link: Decoupling WordPress from cPAddons | 43248 | JaguarPC