[DUG-TO] Speed Optimization

Khalid Baheyeldin kb at 2bits.com
Tue Mar 30 19:13:36 EDT 2010


On Tue, Mar 30, 2010 at 4:35 PM, Design Guru
<subscriptions at designguru.org>wrote:

>
> Hey guys,
>
> I really need help optimizing the speed of this site I built with Drupal 6
> - have tried tons of things to get it faster but am butting my head against
> the wall! http://juma.ca
>
> Can you help me speed things up?  It seems like the speed is totally tied
> to database calls... I've got caching turned on for anon users and they're
> generally viewing the site quickly but for authenticated users speeds are
> erratic and at times take 1min to load a view/page?!!
>
> Any recommendations of reads or people to help speed things up are
> recommended!
>
>
Qassem

Before you try too many things, make sure you narrow down the area of the
problem to one or two, then decide how to attack them.

If you think this is caused by database queries, install the devel module,
enable the query log. Make it sort by duration.

See if you have a specific query that is slow, or the slowness is all over
the place.

Do not explore another area until you are sure that the previous area is
given a clean bill of health.
-- 
Khalid M. Baheyeldin
2bits.com, Inc.
http://2bits.com
Drupal optimization, development, customization and consulting.
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra
Simplicity is the ultimate sophistication. --   Leonardo da Vinci
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openject.com/pipermail/dug-to/attachments/20100330/dcf026a6/attachment.htm>


More information about the DUG-TO mailing list