By Sadmir on
Hi,
whenever I go to my site (www.TechFeed.ca) it loads extremely slow, whenever I click on a link it will take about 20-30 sec to load that page, and sometimes it doesn't even load.
What could it be? and
Is there a solutions
Thank you for you help
Sadmir
---------------------------------------------------------------------
www.TechFeed.ca | Your Daily Technology Feed Source
Comments
Start by disabling modules
Start by disabling modules and blocks that are not essential then installing the devel module(http://drupal.org/project/devel) to see what is taking so long.
I know that there has been a
I know that there has been a lot of comments lately about people customizing Drupal to run quickier. For me, your site loaded very slow in IE6, but loaded quickly in FF. In IE6, there was an error loading the homepage that had something to do with your google adwords. Anyway, just some quick comments.
use devel module
try running with devel module installed and switch on query output so you can see timings of SQL.
I had a problem a while back were everything was slow ,some of the SQL statements were taking a very long time because a couple of indexes were missing on a few tables.
Barry
Reduce the number of queries
Your front page has TONS of large queries on it. No wonder it didn't even come up the first time I tried. Plus TWO Google ads sections! And pictures being loaded from who knows where. You need to cut down on some of this. Plus find out from your host whether the SQL server is separate or on the same server. A separate SQL server has been known to cause slow response - especially with all the queries you're doing here.
Nancy W.
Drupal Cookbook (for New Drupallers)
Adding Hidden Design or How To notes in your database
NancyDru
Thank you guys for your
Thank you guys for your help
www.TechFeed.ca | Your Daily Technology Feed Source