dynamic page caching help
am 09.12.2006 05:07:36 von Harpreet
I have a search page that returns results in about 10-15 seconds. If I
refresh the page it again takes the same time as the initial search. Is
there a best way to reduce the time on a refresh.
Reading the internet I see info on caching results. Can someone point me
to a good site that explains caching in detail and how to go about using
it.
Any other ideas , please help
Regards
Harpreet
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: dynamic page caching help
am 12.12.2006 19:19:28 von Harpreet
No replies. Can some one recommend where I can get more info on this
topic.
Thanks
-----Original Message-----
From: Harpreet [mailto:harpreet@crispincorp.com]=20
Sent: Friday, December 08, 2006 11:08 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] dynamic page caching help
I have a search page that returns results in about 10-15 seconds. If I
refresh the page it again takes the same time as the initial search. Is
there a best way to reduce the time on a refresh.
Reading the internet I see info on caching results. Can someone point me
to a good site that explains caching in detail and how to go about using
it.
Any other ideas , please help
Regards
Harpreet
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: dynamic page caching help
am 12.12.2006 19:47:49 von Stut
Harpreet wrote:
> No replies. Can some one recommend where I can get more info on this
> topic.
Read up on sessions. Stick the search terms and results in the session.
If the search terms don't match those in the session, do the search and
store the terms and results back into the session.
Did I say session often enough?
-Stut
> -----Original Message-----
> From: Harpreet [mailto:harpreet@crispincorp.com]
> Sent: Friday, December 08, 2006 11:08 PM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] dynamic page caching help
>
> I have a search page that returns results in about 10-15 seconds. If I
> refresh the page it again takes the same time as the initial search. Is
> there a best way to reduce the time on a refresh.
>
> Reading the internet I see info on caching results. Can someone point me
> to a good site that explains caching in detail and how to go about using
> it.
>
> Any other ideas , please help
>
> Regards
> Harpreet
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php