Ok, as some of you may know I am making a search engine and right now it takes atleast 47 or 40 seconds to load up 5 or more results here is what it is doing;
1.Load logo, textbox, what the user is searching for.
2.Get user info and connect to mysql
3.Select and search the mysql tables.
4.Do a while statment and pull up the websites and look at the description meta tag and pull it up to display.
5.If they don't just use the description in the database.
6.Load the image and text on each result.
7.Echo the number of results and "top" button when done.
What are some tips and tricks on keeping load time faster? My results page praticly has no special effects or very advanced CSS Designs in it.
1.Load logo, textbox, what the user is searching for.
2.Get user info and connect to mysql
3.Select and search the mysql tables.
4.Do a while statment and pull up the websites and look at the description meta tag and pull it up to display.
5.If they don't just use the description in the database.
6.Load the image and text on each result.
7.Echo the number of results and "top" button when done.
What are some tips and tricks on keeping load time faster? My results page praticly has no special effects or very advanced CSS Designs in it.
Comment