Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Upgrade your account to a Community Supporter account and remove most of the site ads.
Community
Meta - Forums About Forums
Meta
Front page wonky
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="saturnin55" data-source="post: 3001469" data-attributes="member: 12729"><p>Bring back the recent topics box. From a user POV it is a very bad thing to remove useful things. That was the feature I was using the most on the main page. IMHO, the poll box is pretty useless (okay i know the recent topics box is more important on the load). </p><p></p><p>Remove the feature by default, but make is possible to add it back in the options menu. Most people will leave it removed anyways.</p><p></p><p>At least, make it possible for paid users to use it.</p><p></p><p>I'm a unix sysadmin of a very busy server farms. I don't know anything about your servers setup but I'm sure you could optimize a lot of other things that can make a huge difference in performance. I guess I could also be completely offtrack and all this stuff could be completely useless for you.</p><p></p><p>-Stop all those useless services and daemons to free the ram and cpus</p><p>-optimize those hard disks parameters</p><p>-load the strict minimum of modules into your kernel</p><p>-analyse the sql requests and see what are the most frequent and long requests. See if you can optimize them, or add indexes. Things that don't change often like the recent reviews box, generate the content in a static file and just include it in the main page. when there's a new reviews added, just regenerate the file. (that's where you have to look up the most)</p><p>-Tweak with those filesystems options to make it faster. </p><p>-Depending of what you use as your database server and of your setup, you may be able to spit on different disks the busiest tables (faster disk reading since it's split on more disks, you can use symlinks with if you use mysql))</p><p>-tweak with those databases parameters to make it faster (cache and buffer size)</p><p>-add more RAM if you can't free enough in the previous steps,</p><p>-check your server swap performance</p><p>-check those cron jobs and make sure the big jobs are run on the less busy time.</p><p>-'vmstat', 'top' and etc. are your friends</p><p></p><p>You also could have done all this, if yes, then you might have too small servers for the kind of services you are giving. But I'd bet that some optimization could be done.</p><p></p><p>If you really want to decrease the load , you could unplug the network cables too. <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":)" title="Smile :)" data-smilie="1"data-shortname=":)" /></p><p></p><p>just my 2 cents</p></blockquote><p></p>
[QUOTE="saturnin55, post: 3001469, member: 12729"] Bring back the recent topics box. From a user POV it is a very bad thing to remove useful things. That was the feature I was using the most on the main page. IMHO, the poll box is pretty useless (okay i know the recent topics box is more important on the load). Remove the feature by default, but make is possible to add it back in the options menu. Most people will leave it removed anyways. At least, make it possible for paid users to use it. I'm a unix sysadmin of a very busy server farms. I don't know anything about your servers setup but I'm sure you could optimize a lot of other things that can make a huge difference in performance. I guess I could also be completely offtrack and all this stuff could be completely useless for you. -Stop all those useless services and daemons to free the ram and cpus -optimize those hard disks parameters -load the strict minimum of modules into your kernel -analyse the sql requests and see what are the most frequent and long requests. See if you can optimize them, or add indexes. Things that don't change often like the recent reviews box, generate the content in a static file and just include it in the main page. when there's a new reviews added, just regenerate the file. (that's where you have to look up the most) -Tweak with those filesystems options to make it faster. -Depending of what you use as your database server and of your setup, you may be able to spit on different disks the busiest tables (faster disk reading since it's split on more disks, you can use symlinks with if you use mysql)) -tweak with those databases parameters to make it faster (cache and buffer size) -add more RAM if you can't free enough in the previous steps, -check your server swap performance -check those cron jobs and make sure the big jobs are run on the less busy time. -'vmstat', 'top' and etc. are your friends You also could have done all this, if yes, then you might have too small servers for the kind of services you are giving. But I'd bet that some optimization could be done. If you really want to decrease the load , you could unplug the network cables too. :) just my 2 cents [/QUOTE]
Insert quotes…
Verification
Post reply
Community
Meta - Forums About Forums
Meta
Front page wonky
Top