Caching in feed.php

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Post Reply
small
Registered User
Posts: 1
Joined: Tue Apr 12, 2011 1:00 pm

Caching in feed.php

Post by small »

Hi, all.
We have huge database and feed.php work slowly.. I want to make caching.
We don't require run feeds from different profiles, it is enough to run feeds for all users from Anonimuos...
I can wrote a caching for feed.php (most loaded requests apr. 100 forum's feeds
(I already known with phpbb cache system),
but I don't know how to possible to forse running feed.php from Anonimous for all users (including logged users)
to avoid store hidden posts in the cache.
Is anybody can help me?

thanx.

Post Reply