PHPBB3 Slow ...

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Scam Warning
Roberdin
Registered User
Posts: 203
Joined: Sun Nov 24, 2002 3:56 pm
Location: London, United Kingdom

Re: PHPBB3 Slow ...

Post by Roberdin »

Images will be cached client-side. Having resources (style sheets, Javascript) in external files rather than included in the page means clients can cache them. This is more efficient.
Roberdin
ckwalsh
Former Team Member
Posts: 1837
Joined: Wed Mar 15, 2006 1:50 am
Location: Seattle, USA
Name: Cullen Walsh
Contact:

Re: PHPBB3 Slow ...

Post by ckwalsh »

The number of http requests is important, even if stuff is cached. I've been doing some testing with CSS sprites, and actually seen 10x better page load times. Even with the browser cache, clients send requests to the server checking if images/files have been updated.

Bunding css files and images in general is a good idea, but not always. It takes a lot of testing to make sure you are not really hurting performance.
Where to post what | Forum Rules | The Dos and Don'ts of General Discussion
In Seattle and want to meet, chat, or have a coffee? Drop me a PM.
User avatar
Tripp
Former Team Member
Posts: 1358
Joined: Sun May 20, 2007 5:14 am
Location: G'boro, North Carolina
Name: Tripp
Contact:

Re: PHPBB3 Slow ...

Post by Tripp »

ChriZathens wrote:Well a little irrelevant but I discovered just today a really huge phpbb2 board:
Our users have posted a total of 15957834 articles | We have 1414417 registered users
Most users ever online was 8594 on Sun Jul 05, 2009 1:25 pm
In total there are 2356 users online :: 2100 Registered, 68 Hidden and about 188 Guests
:shock: :shock: :shock:
Ok, there is always a possibility that the concurrent connections list is fake, but browsing through the board I thing that the number of posts are not far from the truth.
I mean wow, ~16 million posts? And that board I assure you, is freaking fast :shock:
I think I know the board you're talking about :twisted: and if so, it's phpBB 3 and yes, it's very fast!
The box said 'You need Windows XP or better' .... so I installed linux.

Formerly Drugs
User avatar
damsprivate
Registered User
Posts: 461
Joined: Sun Aug 17, 2008 10:39 pm
Location: indonesia
Contact:

Re: PHPBB3 Slow ...

Post by damsprivate »

Brainy wrote:The number of http requests is important, even if stuff is cached. I've been doing some testing with CSS sprites, and actually seen 10x better page load times. Even with the browser cache, clients send requests to the server checking if images/files have been updated.

Bunding css files and images in general is a good idea, but not always. It takes a lot of testing to make sure you are not really hurting performance.
well yes . phpbb does use css sprites but maybe in a separate files :) ( icons for :hovers ) . the styles theme should work on it , and bundleing css +images files = prosilver isnt easy for modification :) . but u are right . its time designers to think about performance .
binus university 2009 .
"did u know that 17 august ( when i join this forum ) is at Indonesia independence day ? "
Zore
Registered User
Posts: 1
Joined: Mon Sep 07, 2009 11:04 pm

Re: PHPBB3 Slow ...

Post by Zore »

I have no problems with phpBB3 either.
User avatar
Dog Cow
Registered User
Posts: 2507
Joined: Fri Jan 28, 2005 12:14 am
Contact:

Re: PHPBB3 Slow ...

Post by Dog Cow »

damsprivate wrote:but u are right . its time designers to think about performance .
Then use Lynx. ;)
ToonArmy
Former Team Member
Posts: 4608
Joined: Sat Mar 06, 2004 5:29 pm
Location: Worcestershire, UK
Name: Chris Smith
Contact:

Re: PHPBB3 Slow ...

Post by ToonArmy »

Dog Cow wrote:
damsprivate wrote:but u are right . its time designers to think about performance .
Then use Lynx. ;)
Yikes overly bloated, netcat is ideal for performance surfing. :ugeek:
Chris SmithGitHub
coolor
Registered User
Posts: 107
Joined: Sun Apr 22, 2007 7:29 am
Location: I'm in the military
Contact:

Re: PHPBB3 Slow ...

Post by coolor »

I think vb is fast than phpbb3.
phpbb3 user
vb user
RS premium user
W4r3z u53r
GOOGLE user

User avatar
Sam
Former Team Member
Posts: 2082
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramento, CA
Name: Sam Thompson
Contact:

Re: PHPBB3 Slow ...

Post by Sam »

coolor wrote:I think vb is fast than phpbb3.
LOL. vB is such a heavy web application, it is just inundated with pointless JavaScript and flashy Ajax that do nothing but slow down the user experience. phpBB is light and fast, I ran it on an old server with 128mb of ram and a 480 mhz processor. It ran lighting fast, someone who was 3000 miles away testing the website wondered if I had a quad core because the server was responding so fast. It was all phpBB, it runs super efficient.
Desdenova
Registered User
Posts: 646
Joined: Sat Feb 23, 2008 7:25 pm

Re: PHPBB3 Slow ...

Post by Desdenova »

SyntaxError90 wrote:
coolor wrote:I think vb is fast than phpbb3.
LOL. vB is such a heavy web application, it is just inundated with pointless JavaScript and flashy Ajax that do nothing but slow down the user experience. phpBB is light and fast, I ran it on an old server with 128mb of ram and a 480 mhz processor. It ran lighting fast, someone who was 3000 miles away testing the website wondered if I had a quad core because the server was responding so fast. It was all phpBB, it runs super efficient.
Not to mention the vB backend code is a total mess -- they also only support MySQL, which is not very well suited to larger sites (I've heard that postgresql works better for larger sites, due to scalability reasons).
User avatar
damsprivate
Registered User
Posts: 461
Joined: Sun Aug 17, 2008 10:39 pm
Location: indonesia
Contact:

Re: PHPBB3 Slow ...

Post by damsprivate »

ToonArmy wrote:
Dog Cow wrote:
damsprivate wrote:but u are right . its time designers to think about performance .
Then use Lynx. ;)
Yikes overly bloated, netcat is ideal for performance surfing. :ugeek:
haha nice one . no colors , no design , nothing .. :cry: . well maybe its good when im testing my theme seo :roll: . but still im blaming phpbb defult theme prosilver :geek: . .

about postgresql ? yeah , especially when oracle buy-out sun , it fells like oracle is better then mysql somehow .
binus university 2009 .
"did u know that 17 august ( when i join this forum ) is at Indonesia independence day ? "
Post Reply

Return to “phpBB Discussion”