I have been pulling my hair out to speed up a large forum site on my server. I've spent years tuning my server, and lots of money and time on speeding up the IPB Forum app. I've recently noticed that simply running this command, aside from any changes I make...I mean just running this without making ANY CentOS changes, speeds up my site by 5-10%, and decreases the TTFB latency:
sysctl -p
I am considering running this command on a cron job every 10 minutes because it does more to speed up my site than tons of other things I've tried.
What exactly does this command do? I know it will load network changes to CentOS, but it must do other things, perhaps it clears cached stuff? I do host my own DNS, could it clear that cache?
A cron job seems like an easy 5-10% speed gain, but are there any issues or concerns about doing that? What if the backup process is running when that command runs?
Any help or advice would be highly appreciated.
sysctl -p
I am considering running this command on a cron job every 10 minutes because it does more to speed up my site than tons of other things I've tried.
What exactly does this command do? I know it will load network changes to CentOS, but it must do other things, perhaps it clears cached stuff? I do host my own DNS, could it clear that cache?
A cron job seems like an easy 5-10% speed gain, but are there any issues or concerns about doing that? What if the backup process is running when that command runs?
Any help or advice would be highly appreciated.