Login / Register

User Name
Password

Search



Advanced Search

Advertisers

Show many posts per page (forum)


Tags
posts

Reply
 
Tools Rate
  #1  
Old 11-02-2007, 11:35 AM
nikasp's Avatar
Registered User
 
Join Date: Dec 2006
Location: Stockholm, Sweden
Age: 37
Posts: 161
nikasp will become famous soon enough
Send a message via MSN to nikasp Send a message via Skype™ to nikasp
Show many posts per page (forum)

Hi!

I've tried changing the default setting to "posts per page" and still only see eight posts per page. Any idea how to change that? I am used to seeing maybe eighty posts per page on other pages. Opening new pages is a pain in the a**.

/N
Reply With Quote
  #2  
Old 22-02-2007, 01:24 PM
nikasp's Avatar
Registered User
 
Join Date: Dec 2006
Location: Stockholm, Sweden
Age: 37
Posts: 161
nikasp will become famous soon enough
Send a message via MSN to nikasp Send a message via Skype™ to nikasp
Is it not possible to show say 80 posts in one page if I would like that instead of opening page after page after page? Anyone?
Reply With Quote
  #3  
Old 22-02-2007, 01:26 PM
KnowItAll's Avatar
Resident Peacekeeper
 
Join Date: Apr 2003
Location: Pokfulam
Age: 40
Posts: 11,094
KnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond repute
Nikasp, not the number of posts per page is not configurable.

When the number was configured, the average number of replies per thread was 8.
Reply With Quote
  #4  
Old 22-02-2007, 01:35 PM
KnowItAll's Avatar
Resident Peacekeeper
 
Join Date: Apr 2003
Location: Pokfulam
Age: 40
Posts: 11,094
KnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond repute
Code:
mysql> select avg(replycount),count(*) from thread;
+-----------------+----------+
| avg(replycount) | count(*) |
+-----------------+----------+
|          7.5889 |    15416 |
+-----------------+----------+
1 row in set (0.03 sec)
Still is .. average 8 replies per thread.
Reply With Quote
  #5  
Old 22-02-2007, 01:43 PM
nikasp's Avatar
Registered User
 
Join Date: Dec 2006
Location: Stockholm, Sweden
Age: 37
Posts: 161
nikasp will become famous soon enough
Send a message via MSN to nikasp Send a message via Skype™ to nikasp
I hear you but would like it to be configurable. Is it a performance thing or is it more that people should be able to say "check out page 9"?
Reply With Quote
  #6  
Old 22-02-2007, 01:54 PM
PDLM's Avatar
Registered User
 
Join Date: Jun 2005
Location: Hong Kong
Posts: 6,912
PDLM has a reputation beyond reputePDLM has a reputation beyond reputePDLM has a reputation beyond reputePDLM has a reputation beyond reputePDLM has a reputation beyond reputePDLM has a reputation beyond reputePDLM has a reputation beyond reputePDLM has a reputation beyond reputePDLM has a reputation beyond reputePDLM has a reputation beyond reputePDLM has a reputation beyond repute
The average reply count hides a very wide spread though... my gut feeling is that either threads have very few replies or they have lots. I agree that I would prefer 20+ per page (and unless my memory is playing tricks on me the option did work in the past on this site - perhaps several years ago).
Reply With Quote
  #7  
Old 22-02-2007, 02:26 PM
Lammarite's Avatar
Registered User
 
Join Date: Nov 2003
Location: Not friggin' Lamma no more!
Posts: 1,891
Lammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond repute
It would be interesting to see if you upped it to 10 posts whether the post count would go up. It may be the 'Page 2 syndrome' in the same way that if you are on the 2nd page of a Google search you may as well be on the 90th page because no-one goes to a 2nd page search.
Reply With Quote
  #8  
Old 22-02-2007, 03:03 PM
KnowItAll's Avatar
Resident Peacekeeper
 
Join Date: Apr 2003
Location: Pokfulam
Age: 40
Posts: 11,094
KnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond repute
Nika, it is a performance thing for sure.

Every post that is displayed adds to the number of SQL queries and the memory that is taken up on the server processes ( php / caches ).

To keep both SQL query and memory usage predicable on a per page basis we've kept the number of posts frozen at 8 per page.

We serve a total of 200-300K dynamically generated pages per day across our main server, so it is fairly important to keep things as stable as possible.

PDLM : there are variances, for now I'd rather stick to the average to predict resource use.

The variable amount of posts per page was used a couple of times to overload the server and when it was enabled, few (less than 10) people used it.
Reply With Quote
  #9  
Old 22-02-2007, 03:06 PM
KnowItAll's Avatar
Resident Peacekeeper
 
Join Date: Apr 2003
Location: Pokfulam
Age: 40
Posts: 11,094
KnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond reputeKnowItAll has a reputation beyond repute
>> It would be interesting to see if you upped it to 10 posts
>> whether the post count would go up.

The flip side is that it might also change the signal to noise ratio.

Lets stick with 8 ... its been a lucky number for a lot of us.
Reply With Quote
  #10  
Old 22-02-2007, 03:38 PM
Lammarite's Avatar
Registered User
 
Join Date: Nov 2003
Location: Not friggin' Lamma no more!
Posts: 1,891
Lammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond reputeLammarite has a reputation beyond repute
Humbug!!












(Oh, but the posting limit is 10 letters- this is a dictatorship, not an open forum!!)
Reply With Quote
Reply
Similar Threads
Thread Forum
Michael Page - Q's for those that work(ed) there Working in Hong Kong


Tools
Rate This Thread
Rate This Thread:


All times are GMT +8. The time now is 07:52 AM.