Symfony2 slow load problem
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
From:
lidaa <adilo... @gmail.com>
Date: Thu, 3 May 2012 03:40:20 -0700 (PDT)
Local: Thurs, May 3 2012 6:40 am
Subject: Symfony2 slow load problem
Hello,
We have symfony2 based project and when testing it load on a brand new
webserver the server is down within seconds.
The version used for our project is : Symfony 2.1 DEV.
Just clicking F5 continuously from 2 or more clients kills the
server.
Within 5 to 10 seconds the load average of the processors (tested on 8
cores) is 100% and more. And the server is down.
We created a simple hello word response without loadin any of our
bundles the problem is the same. Server down within seconds.
We can provide any other information if needed,
Thanks,
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Martin Parsiegla <martin.parsie... @gmail.com>
Date: Thu, 3 May 2012 07:56:04 -0700 (PDT)
Local: Thurs, May 3 2012 10:56 am
Subject: Re: Symfony2 slow load problem
Have you warmed up the cache? If not symfony will start the process for warming up the cache for every user who accesses the site (as long as the cache doesn't exist).
Am Donnerstag, 3. Mai 2012 12:40:20 UTC+2 schrieb lidaa:
> Hello,
> We have symfony2 based project and when testing it load on a brand new > webserver the server is down within seconds.
> The version used for our project is : Symfony 2.1 DEV.
> Just clicking F5 continuously from 2 or more clients kills the > server.
> Within 5 to 10 seconds the load average of the processors (tested on 8 > cores) is 100% and more. And the server is down.
> We created a simple hello word response without loadin any of our > bundles the problem is the same. Server down within seconds.
> We can provide any other information if needed,
> Thanks,
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Michel Salib <michelsa... @gmail.com>
Date: Fri, 4 May 2012 07:30:11 -0700 (PDT)
Local: Fri, May 4 2012 10:30 am
Subject: Re: Symfony2 slow load problem
What is the configuration of your webserver (hard + soft) ?
On Thursday, May 3, 2012 12:40:20 PM UTC+2, lidaa wrote:
> Hello,
> We have symfony2 based project and when testing it load on a brand new > webserver the server is down within seconds.
> The version used for our project is : Symfony 2.1 DEV.
> Just clicking F5 continuously from 2 or more clients kills the > server.
> Within 5 to 10 seconds the load average of the processors (tested on 8 > cores) is 100% and more. And the server is down.
> We created a simple hello word response without loadin any of our > bundles the problem is the same. Server down within seconds.
> We can provide any other information if needed,
> Thanks,
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Aurelien Fontaine <afonta... @efidev.com>
Date: Fri, 4 May 2012 16:49:39 +0200
Local: Fri, May 4 2012 10:49 am
Subject: Re: [symfony-devs] Re: Symfony2 slow load problem
Hello,
I had the same problem, i have fixed that when i removed all log and cache by myself.
I'm not sure this is the way but try and tell me what happen.
On 4 mai 2012, at 16:30, Michel Salib wrote:
> What is the configuration of your webserver (hard + soft) ?
> On Thursday, May 3, 2012 12:40:20 PM UTC+2, lidaa wrote:
> Hello,
> We have symfony2 based project and when testing it load on a brand new > webserver the server is down within seconds.
> The version used for our project is : Symfony 2.1 DEV.
> Just clicking F5 continuously from 2 or more clients kills the > server.
> Within 5 to 10 seconds the load average of the processors (tested on 8 > cores) is 100% and more. And the server is down.
> We created a simple hello word response without loadin any of our > bundles the problem is the same. Server down within seconds.
> We can provide any other information if needed,
> Thanks,
> -- > If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com
> You received this message because you are subscribed to the Google
> Groups "symfony developers" group.
> To post to this group, send email to symfony-devs@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-devs+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-devs?hl=en
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
"@funkyproject" <afonta... @efidev.com>
Date: Fri, 4 May 2012 08:17:40 -0700 (PDT)
Local: Fri, May 4 2012 11:17 am
Subject: Re: Symfony2 slow load problem
Hello,
I had the same problem, i have fixed that when i removed all log and
cache by myself.
I'm not sure this is the way but try and tell me what happen.
On May 3, 12:40 pm, lidaa <adilo... @gmail.com> wrote:
> Hello,
> We have symfony2 based project and when testing it load on a brand new
> webserver the server is down within seconds.
> The version used for our project is : Symfony 2.1 DEV.
> Just clicking F5 continuously from 2 or more clients kills the
> server.
> Within 5 to 10 seconds the load average of the processors (tested on 8
> cores) is 100% and more. And the server is down.
> We created a simple hello word response without loadin any of our
> bundles the problem is the same. Server down within seconds.
> We can provide any other information if needed,
> Thanks,
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Florin Patan <florinpa... @gmail.com>
Date: Mon, 7 May 2012 11:19:09 -0700 (PDT)
Local: Mon, May 7 2012 2:19 pm
Subject: Re: Symfony2 slow load problem
Do you work on the production environment or the development one (read: are your request routed via app.php or not?)
Caching of Symfony2 is done almost instantly on our servers, and we delete it about 2-3 times on deployment day and still don't have any problems, not even a peak in traffic latency.
Kind regards
On Thursday, May 3, 2012 1:40:20 PM UTC+3, lidaa wrote:
> Hello,
> We have symfony2 based project and when testing it load on a brand new > webserver the server is down within seconds.
> The version used for our project is : Symfony 2.1 DEV.
> Just clicking F5 continuously from 2 or more clients kills the > server.
> Within 5 to 10 seconds the load average of the processors (tested on 8 > cores) is 100% and more. And the server is down.
> We created a simple hello word response without loadin any of our > bundles the problem is the same. Server down within seconds.
> We can provide any other information if needed,
> Thanks,
You must
Sign in before you can post messages.
You do not have the permission required to post.