tags:

views:

49

answers:

1

Hi, I have a site http://www.ratingscorner.com/colleges

i have an issue like performance. I think the site is slow. Please see if the speed is feasible . Its o a shared server. what things should i do to increase site/DB performance.

when i try explain command on select command on main table it says like

id  select_type     table   type    possible_keys   key     key_len     ref     rows    Extra
1   SIMPLE  xyz     ALL     NULL    NULL    NULL    NULL    1722    Using where

is this okie?

+2  A: 

Running YSlow can usually be enlightening.

BenV
@Benv .when i say explain the mysql command on my main table it says like id select_type table type possible_keys key key_len ref rows Extra1 SIMPLE xyz ALL NULL NULL NULL NULL 1722 Using whereis this okie.?
pradeep