Click here to Skip to main content
15,890,717 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralWordPress Is Notoriously Insecure, But At Least It's Slow Pin
raddevus21-Nov-16 2:15
mvaraddevus21-Nov-16 2:15 
PraiseRe: WordPress Is Notoriously Insecure, But At Least It's Slow Pin
PeejayAdams21-Nov-16 3:21
PeejayAdams21-Nov-16 3:21 
GeneralRe: WordPress Is Notoriously Insecure, But At Least It's Slow Pin
raddevus21-Nov-16 3:22
mvaraddevus21-Nov-16 3:22 
GeneralRe: WordPress Is Notoriously Insecure, But At Least It's Slow Pin
Ian Shlasko21-Nov-16 3:38
Ian Shlasko21-Nov-16 3:38 
GeneralRe: WordPress Is Notoriously Insecure, But At Least It's Slow Pin
raddevus21-Nov-16 5:08
mvaraddevus21-Nov-16 5:08 
GeneralRe: WordPress Is Notoriously Insecure, But At Least It's Slow Pin
W Balboos, GHB21-Nov-16 3:38
W Balboos, GHB21-Nov-16 3:38 
GeneralRe: WordPress Is Notoriously Insecure, But At Least It's Slow Pin
raddevus21-Nov-16 5:07
mvaraddevus21-Nov-16 5:07 
GeneralRe: WordPress Is Notoriously Insecure, But At Least It's Slow Pin
Ryan Peden21-Nov-16 4:27
professionalRyan Peden21-Nov-16 4:27 
I've found that for WP performance, if you have some control over your hosting environment there are a few things you can do that should improve things significantly:

- If you're not running PHP 7 yet, it make a huge difference. You'll get a 2-3x performance bump in WP when moving from PHP 5.6 -> PHP 7. If you're running 5.3 you'll see an even bigger jump.

- Enable PHP's opcache if it's not enabled right now. For an application like Wordpress that runs the same files over and over again, the opcache gives a significant performance boost.

- Install a WP caching plugin if you don't use one already. This won't make the admin pages load any faster, but it'll make the user facing part of your site much faster.

- If you're running MySQL 5.5 or older, consider upgrading to 5.7 (or switching to MariaDB, which is a drop in MySQL replacement). This won't help you as much as the PHP updates, but it'll get you a bit of extra performance.

I realize you may very well be aware of all of those already, but I figured I'd share the information in case it's useful to anyone who comes across this post. Of course, if you're running on shared hosting or in an environment where you aren't able to make these changes easily (or at all), none of this advice will be very useful.

FWIW, on a $5 Digital Ocean VPS with 512MB of RAM, I'm seeing a total page load time of <500ms for a low traffic Wordpress site. It feels faster than that, though; the page and its content are visible almost immediately; a large chunk of that 500ms is from images and scripts loading asynchronously. The downside is that if you go this route, you now have to worry about administering a Linux or BSD server and keeping it secure. Unsure | :~

modified 21-Nov-16 11:44am.

GeneralRe: WordPress Is Notoriously Insecure, But At Least It's Slow Pin
raddevus21-Nov-16 5:09
mvaraddevus21-Nov-16 5:09 
GeneralRe: WordPress Is Notoriously Insecure, But At Least It's Slow Pin
Mark_Wallace21-Nov-16 5:41
Mark_Wallace21-Nov-16 5:41 
GeneralRe: WordPress Is Notoriously Insecure, But At Least It's Slow Pin
ZurdoDev21-Nov-16 13:39
professionalZurdoDev21-Nov-16 13:39 
GeneralCCC 21/11/16 Pin
PeejayAdams20-Nov-16 22:45
PeejayAdams20-Nov-16 22:45 
GeneralRe: CCC 21/11/16 Pin
Duncan Edwards Jones20-Nov-16 23:30
professionalDuncan Edwards Jones20-Nov-16 23:30 
GeneralRe: CCC 21/11/16 Pin
Duncan Edwards Jones21-Nov-16 0:25
professionalDuncan Edwards Jones21-Nov-16 0:25 
PraiseRe: CCC 21/11/16 Pin
PeejayAdams21-Nov-16 0:34
PeejayAdams21-Nov-16 0:34 
GeneralWhat to do when the doctors are retarded. :-/ Pin
Afzaal Ahmad Zeeshan20-Nov-16 22:07
professionalAfzaal Ahmad Zeeshan20-Nov-16 22:07 
GeneralRe: What to do when the doctors are retarded. :-/ Pin
Daniel Pfeffer20-Nov-16 22:26
professionalDaniel Pfeffer20-Nov-16 22:26 
JokeRe: What to do when the doctors are retarded. :-/ Pin
Afzaal Ahmad Zeeshan20-Nov-16 22:33
professionalAfzaal Ahmad Zeeshan20-Nov-16 22:33 
GeneralRe: What to do when the doctors are retarded. :-/ Pin
OriginalGriff20-Nov-16 22:38
mveOriginalGriff20-Nov-16 22:38 
GeneralRe: What to do when the doctors are retarded. :-/ Pin
Nelek21-Nov-16 4:02
protectorNelek21-Nov-16 4:02 
GeneralRe: What to do when the doctors are retarded. :-/ Pin
megaadam20-Nov-16 23:03
professionalmegaadam20-Nov-16 23:03 
GeneralRe: What to do when the doctors are retarded. :-/ Pin
Power Puff Boy21-Nov-16 0:35
Power Puff Boy21-Nov-16 0:35 
GeneralRe: What to do when the doctors are retarded. :-/ Pin
Afzaal Ahmad Zeeshan21-Nov-16 0:48
professionalAfzaal Ahmad Zeeshan21-Nov-16 0:48 
GeneralRe: What to do when the doctors are retarded. :-/ Pin
OriginalGriff21-Nov-16 3:26
mveOriginalGriff21-Nov-16 3:26 
GeneralRe: What to do when the doctors are retarded. :-/ Pin
Afzaal Ahmad Zeeshan21-Nov-16 3:27
professionalAfzaal Ahmad Zeeshan21-Nov-16 3:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.