26

Re: WP Cache like Mod for PunBB which will make fully static PunBB pages

Indeed: without a database query, how would you know what group someone is in?

Yes. So user permissions should not be considered for this static html caching. Static html caching should be universal for all usergroups if this MOD is switched on just like WP Cache for WordPress.

27 (edited by gorsan 2009-02-13 00:06)

Re: WP Cache like Mod for PunBB which will make fully static PunBB pages

tested this jpcache for guests
results are incredible lightning fast no mysql using (no load ) pages.
somehow it is still counting my visitors smile

tried PHP Cache_Lite for registered users for only main page
i dont have enough php knowledge could not do it yet.

28 (edited by gorsan 2009-02-28 21:48)

Re: WP Cache like Mod for PunBB which will make fully static PunBB pages

May be you should integrate this to punbb 1.3
when i cache the forum with jpcache 1 day for guests my load avarage dropped from 1.5 to 0.3 on peak hour
and somehow it is still counting guests (i wrote the jpcache line after /include/common.php)
it had gzip problems but it is working just fine after i played with header.php a bit
i could give the code here if interested.


and since my php is weak
i dont know if it could be dropped with PHP Cache_Lite for members even more

29

Re: WP Cache like Mod for PunBB which will make fully static PunBB pages

gorsan wrote:

...
i could give the code here if interested.

Please do.

Gee, I haven't run jpcache for years - I once ran it successfully on a Mambo site long ago that was on shared hosting and where no other caching would work. I remember it as reliable and effective.

30 (edited by gorsan 2009-03-01 00:01)

Re: WP Cache like Mod for PunBB which will make fully static PunBB pages

this is what i did after setting up jpcache and succeed
http://punbb.informer.com/forums/post/125119/#p125119

and this is the tutorial i could not succeed for php cache lite
http://kevin.vanzonneveld.net/techblog/ … ache_lite/

31 (edited by qie 2009-03-06 12:06)

Re: WP Cache like Mod for PunBB which will make fully static PunBB pages

gorsan: does it affect database?(database modify)