I am currently hosting on a shared host, too and i have performance  
problems.
But you can completly disable logging, activate caching (as far as  
possible) and deactivate some standard helpers, which maybe are not  
used in your app.

When you use  the admin generator try to define join methods in your  
config file.

Other tips here:

http://www.symfony-project.com/book/1_0/18-Performance


The best tweak imho is using an opcode cache, but no change on a  
shared host:
http://www.symfony-project.com/book/1_0/12-Caching#Using%20the%20Super 
%20Fast%20Cache

- Frank



Am 27.09.2007 um 16:14 schrieb Amit Rana:

>
> 1. How many tables do you have? If there are lots of tables then
> opcode caching really helps.
> 2. Whats your server load?
> 3. Also can you tell your RAM usage....
>
> In my opinion shared hosting is the culprit but still if its a simple
> application it should perform well assuming it being an admin backend
> there shouldnt be lot of load.
>
> On 9/27/07, nini <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> i have a big trouble - i've installed my symfony app on the hosting
>> provider (strato.de) server and now i'm notes, that it is incredible
>> slow.
>> My app is an admin backend, so i've used propel-init-admin and
>> modificated it. On my laptop (IBM X30, 1,2Ghz, 512MB) its loading in
>> 0,5-0,7sek, on provider server - 2,5-6sek. (Tested in prod. mode).
>> Here are the timers stats:
>>
>> Configuration                             12    172.91
>> Action "vertrag/list"           1       571.49
>> Database                                        2       3.36
>> View "Success" for "vertrag/list"       1       989.31
>> Partial "vertrag/_list_header"  1       14.71
>> Partial "vertrag/_list_messages"        1       9.04
>> Partial "vertrag/_list"                 1       564.60
>> Partial "vertrag/_list_th_tabular"      1       36.87
>> Partial "vertrag/_list_td_tabular"      5       58.68
>> Partial "vertrag/_list_td_actions"      5       131.98
>> Partial "vertrag/_list_actions" 1       11.74
>> Partial "vertrag/_list_footer"  1       8.81
>>
>> I've tested the sf_sanbox on this server too. The default  
>> frontpage is
>> loading in 1,5sek.
>>
>>
>> Is it normal? Is there someway to optimize it?
>> Any help is appropriated!
>>
>> I've shared hosting, so there is no way to install acp, eaccelerator
>> etc (Nope of them is installed((( )
>>
>> P.S.: I've tested joomla on this server - admin startpage (and all
>> others) is loading in max. 2,5 sek
>>
>>
>>>
>>
>
>
> -- 
> w: www.techjini.com | www.cheermyteam.com | www.valuejini.com
>
> >
>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to