Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Hi

i created a search engine for my website.it will work fine in local but in online it will take more time to display an result..how to solve this problem?
Posted
Comments
StM0n 3-Feb-12 3:04am    
What is the reason for the delay? The amount of results or their size?
nabinaya 3-Feb-12 3:29am    
i dont know why its getting delay in online.
DaveAuld 3-Feb-12 3:39am    
Sounds like you need to do traffic analysis to work out why it is slow. Are you bandwidth restricted on your web connection and it is simply taking a long time to return the result page out? Have a look at the size of the result page locally and calculate how long it would take to put the same amount of data down your internet connection.
anushripatil 3-Feb-12 3:45am    
you can use fiddler or firebug or any other tool like page speed or YSlow to see whats the performance of your page and what is taking time. they also provide you sugesstions to improve it.
StM0n 3-Feb-12 3:53am    
Good advice... would be mine, if you haven't been faster :)

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900