Urgent: Site takes higher loading time...

edited April 2005 in Internet & Media
Hi group

I am a beginner. I have developed website in Php/MySql. But my home page takes
some more time to load in some of the browsers

Check this http://www.direct2deal.com

Can Mysql stored procedures help me? I don't know the concepts of stored procedures. If any buddy in group knows
pl. help me


Its very urgent. Your feedback/suggestions will be highly appreciated.

Comments

  • ShortyShorty Manchester, UK Icrontian
    edited April 2005
    Stored procs are not supported in MySQL 4. They are in MySQL 5 but are only still in beta stage :)

    Your issue is more than likely inefficent statements in your PHP. Can you put some code examples from it...? More than likely you have a looping query in there.. making 100's of queries... or some very inefficent function calls.
Sign In or Register to comment.