Forum Moderators: open
I know Ajax can do this, but some browsers don't support it. As the waiting meter is a very minor function to my website, it seems to be unwise for me to have a meter but block some users away from my site.
Do you know any other non-ajax method that can do the same function?
And in case there's no alternative, is there any way to deal with a non-ajax support browser? Thanks a lot for all hints and advice.
As for taking 5 seconds to search it seems to be a little bit longer than it should. If you are using a database, which I'd imagine that you are, then you should really look into optimizing the db for optimal performance to reduce that time for as little as possible. If you are transversing through the filesystem, something that takes a decent amount of time, then maybe you should reconsider your search algorithm. Maybe implementing "deep search" and "quick search" features would be a nice way to quicken the pace for those looking for popular information.