Which cache is the best?

The 2.0.x discussion forum has been locked; this will remain read-only. The 3.0.x discussion forum has been renamed phpBB Discussion.
Locked
Oliver2000
Registered User
Posts: 3
Joined: Mon Jul 24, 2006 3:27 pm

Which cache is the best?

Post by Oliver2000 »

Hello everybody,

I guess I have a pretty big forum with up to 1500 guests and around 250 logged in users. There are around 1 million posts and as well some more or less heavy modding. (my own stuff plus some public ones as well)

I am running in some performance problems lately with my server and think I am doing something wrong with the cache and need some tips from anybody who does understand this better than me.

I grow with this forum like 6 years now and so I changed and changed and with each performance problem I invented something etc. how ever over the years i installed some cache solutions which are right now ALL running in the same time since I dont really know what they do.

I am sorry for the confusing explanation but I try to get more clear now.

1. I installed first of all the MOD Cache Posts System 1.0.2 © 2006 from AmigaLink, which worked fine in the time and gave me some performance back.
2. I installed extreme Styles which as well include a cache system which is also activ.
3. I installed a standart php cache system for the whole server
4. I included some expire and cache informations in my .htaccess

In the moment all is active excapt the .htaccess expire config since I had problems with the posts and forum overview pages. (users got old content presentet).

I mix up here some technics and solutions and wonder if this is the opposite of what i acctually want and I slow down the system by mixing up extreme styles with the Cache Post Mod.

question:

Which is the best cache solution for phpbb 2.x (latest realease)
Should I switch of Extreme style cache and/or Cache Post System?
Is there a way to work with the expire and cache commands in .htaccess without problems in the forum?

I realize i mix some things up and I am really not an expert on this so I apreciate any helpful hint.

thanks a lot,
best reagrds
Oliver
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: Which cache is the best?

Post by 3Di »

More of a support/discussion topic than a MOD writers one, I guess. :geek:
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run
Contact:

Re: Which cache is the best?

Post by A_Jelly_Doughnut »

There are a number of tweaking topics in the 2.0.x Discussion forum. I'll move your topic there :)
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
Oliver2000
Registered User
Posts: 3
Joined: Mon Jul 24, 2006 3:27 pm

Re: Which cache is the best?

Post by Oliver2000 »

ok thanks!

Sorry for the confusion with the forums, I posted in the MOD forum since we talk about Mods... how ever thanks so far.

But does not anybody has a hint for me about my question? There are tons of tweaks out, but I did not find so far a hint for the best cache solution?

thanks for any input...

cya
Oliver
User avatar
drathbun
Former Team Member
Posts: 12204
Joined: Thu Jun 06, 2002 3:51 pm
Location: TOPICS_TABLE
Contact:

Re: Which cache is the best?

Post by drathbun »

There are different types of cache.

I have stopped using eXtreme Styles because under load testing it falls behind as far as throughput. That's a template cache.

You can also cache frequently run queries like the board_config table and the themes information. I don't know that I've seen a comprehensive MOD that does all of that thought. On my board I cache the config data, themes data, smilies data, and a whole lot more. The advantage of doing this is you run fewer queries through your database for data that doesn't change regularly.

You can also do caching at the database level. MySQL offers sql caching as well as index caching.

So the question "which cache is best" cannot really be answered without more detail. :)
I blog about phpBB: phpBBDoctor blog
Still using phpbb2? So am I! Click below for details
Image
Locked

Return to “2.0.x Discussion”