Performance Articles
59 results
This collection of articles will guide you through various aspects of website and server optimization, from understanding performance metrics to implementing advanced tuning techniques.
-
Server Optimization
Read more: Server OptimizationServer optimization fine-tunes your server for peak performance. Learn to boost website speed, reliability, security, and your SEO rankings.
-
Site Performance Testing Tools
Read more: Site Performance Testing ToolsGoogle PageSpeed Insights analyzes page performance on mobile and desktop, offers improvements, and uses Lighthouse; WebPageTest offers detailed diagnostics.
-
Swap Memory
Read more: Swap MemoryLinux swap memory explained: Its role, benefits, & risks. Learn to check usage (`vmstat`, `sar`), manage swappiness, and add a swap file.
-
System activity reporting with sar
Read more: System activity reporting with sarsar monitors Linux system activity (CPU, memory, I/O) over time. It’s crucial for historical performance analysis and troubleshooting server bottlenecks.
-
Testing Network Performance with iperf
Read more: Testing Network Performance with iperfiperf is a network troubleshooting tool. It measures bandwidth, delay, jitter, and packet loss between two points, helping diagnose network performance.
-
Testing Your Network Speed with ping
Read more: Testing Your Network Speed with pingTest the speed of your network. Pinging a domain is when you send small packets of information to a target server and wait to see how long it takes to get that information back.
-
Testing Your Network’s Speed and Reliability
Read more: Testing Your Network’s Speed and ReliabilityTest your network speed and connectivity using Liquid Web’s test files (10MB-1000MB) from Lansing, Phoenix, and Amsterdam, plus ping tests and Looking Glass for diagnostics.
-
Troubleshoot disk space issues
Read more: Troubleshoot disk space issuesLinux disk full? Learn to find large files/dirs (`df`, `du`, `find`) & high inode usage. Guide covers cleanup for common paths & cPanel specifics.