Amazon like search ?

  • pseudo visitor
    Participant
    5 years, 7 months ago #6807

    I am building a site with AJAX search.

    Problem is that I want instant search results like Amazon and not wait 1-2 seconds

    Does your plugin accomplish that?

    wpsolr
    Keymaster
    5 years, 7 months ago #6808

    Probably.

    In fact it depends on your current site general speed.

    WPSOLR search is virtually instantaneous.

    But after retrieving results from Solr/Elasticsearch, it gives results to your theme. This is where most of the time is spent.

    pseudo visitor
    Participant
    5 years, 7 months ago #6809

    What do you mean by site general speed? Is that server response time?

    wpsolr
    Keymaster
    5 years, 7 months ago #6810

    This is your theme’s speed to show/format results that will determine the overall speed.

    Total time = WPSOLR query + your theme’s rendering

    WPSOLR query time is in the order of milliseconds (with a local Solr Elasticsearch installation) .

    pseudo visitor
    Participant
    5 years, 7 months ago #6811

    How do I measure my theme rendering speed? Could that be bypassed?

    wpsolr
    Keymaster
    5 years, 7 months ago #6812

    Make an empty search. This is your theme’s rendering.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.