0

I have a wordpress website and it runs pretty slow. I would like to speed it up by using w3 total cache but i have a few questions before i start to use it.

My website is a real estate listing site that displays the most recent homes for sale. The real estate data is updated daily.

In theory, I would like to cache the page so that it loads quickly but still load the most recent (fresh) real estate data. Is there a way to cache the page but have it fetch the most recent real estate listings? Real estate listing are display via a shortcode.

My fear is that if i use cache to speed up my site that it will display old listings. Is there a way to set up w3 total cache (or any other cache plugin) so that my dynamic real estate pages load faster (instant) but still fetch the most recent real estate data. Again, the real estate data is updated daily and I need to make sure my pages display the most current results while at the same time loading very quick.

I have made indexes on the real estate db and cleaned up my code but the search pages still runs very slow. When i visit other real state sites they load very fast. How do i achieve this?

4

2 に答える 2

0

プラグインのブラウザー キャッシュ設定タブに移動し、キャッシュされたページの更新がユーザーに表示されないことが心配な場合は、HTML の有効期限を 3600 秒などに設定します。

于 2012-08-27T02:11:51.687 に答える
0

プラグイン内には、特定のページを除外できるセクションがありました。うまくいくようです。

于 2012-08-28T23:58:46.923 に答える