Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Request taking too long to get processed


Go to End


1210 Views

Avatar
jcm

Community Member, 1 Post

27 September 2017 at 7:29am

Hey community.

I am looking for help here as I couldnt come up with an answer yet.

I have a site in SilverStripe and the requests are taking too long to get processed.

When a request is made from the browser , it is in pending status (Browser) like for 7 seconds, and in the server I can see 3 processes running during that period of time:

/opt/plesk/php/5.3/bin/php-cgi -> CPU = 88.3%
/usr/bin/mysqld -> CPU = 12.7%
/usr/bin/mysqld (yes .. twice) -> CPU = 12.2%
as soon as I get the response back from the server, this processes are down again.

SilverStripe version = 3.1
Linux Ubuntu 16.04

Any help is welcome, I dont know if that is actually a silverstripe issue or maybe some configuration server issue.