Finally :D Google Page Speed done.!

Posted in: Newspaper
Post count: 67

See the screenshot ๐Ÿ™‚
https://docs.google.com/file/d/0B8LAJd3McHSuQzVGcmFBcjZZMFk/edit

On Mobile : 88
On Desktop : 94

Server Stack :-

Nginx with 4gb of ram and 50 Gigs of SSD

i’m using PHP 5.5 opcode caching for better load time ๐Ÿ˜‰ Comment here if anyone have problem with pageload time issue. ๐Ÿ™‚

Post count: 67
Post count: 14

Hi

I have
31 on mobile
45 on desktop

I use
WP Super Cache
WP Smush.it
http://popefrancis-ar.org/

What’s your advice to make it faster?

Post count: 9544
Post count: 14

Hi Chris

Thank you, I have one question.
I added the first code in functions.php and there’s another code which is for wp-config.php
Do I have to add it also to the bottom of it? And without any changes?

Thanks

Post count: 9544

You don’t need to add the wp-config.php code … it can help along with removing all the comments. if you don’t know what you’re doing, best to leave that unless you’ve done everything else.

Basically the code does two things

1) removing comments makes the file load faster by cutting in half
2) adding the “actual” URL to bottom of your wo-config.php file means you’re saving a “lookup” for that all the time. Don’t do the “expert” items unless you know what they are for. ๐Ÿ™‚

Post count: 14

OK my friend ๐Ÿ™‚
Thanks a lot Chris
Is there any thing else we can do to make my website faster?
Especially on mobile.

Post count: 9544

Be sure to re-generate your thumbnails so they are smaller once you’ve added the code to your htaccess … if you’re using gravatars for author images, be sure to use my tip for that. Use my other tips to minify your style.css file. Etc.

Post count: 14

Hi Chris,
How can I add the htaccess code ?

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.