Hello, I am using Newspaper theme 7.3
Activated plugins-
Mobile theme
js composer
wp-super cache
Advanced Database Cleaner
tagDiv Social Counter
WP Smush
Yoast SEO
Using default htaccess provide by you
<IfModule mod_deflate.c>
<filesMatch "\.(js|css|html|php)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 604800 seconds"
ExpiresByType image/jpeg "access plus 604800 seconds"
ExpiresByType image/png "access plus 604800 seconds"
ExpiresByType image/gif "access plus 604800 seconds"
ExpiresByType application/x-shockwave-flash "access plus 604800 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 604800 seconds"
ExpiresByType application/javascript "access plus 604800 seconds"
ExpiresByType application/x-javascript "access plus 604800 seconds"
#ExpiresByType text/html "access plus 600 seconds"
#ExpiresByType application/xhtml+xml "access plus 600 seconds"
</ifModule>
# END Expire headers
WP- Super cache is configured using this https://forum.tagdiv.com/cache-plugin-install-and-configure/ tutorial
Cloudflare settings are configured using https://forum.tagdiv.com/cloudflare-cdn/ this tutorial
Still my scores are
PageSpeed Score
(86%)
YSlow Score
(57%)
Page Load Time
6.5s
Total Page Size
1.35MB
Requests
101
Please help me to get better speed.
Test one of your posts with GTmetrix.com for explanation and help on optimizing your site/server further. Read the help/examples for each item to work on. Only you can optimize images, make sure gzip/deflate working on server, minimize external elements being loaded, etc.
You can also peruse my epic poem in the docs > tutorials > best of forums section.
-
This reply was modified 9 years by
simchris.
Hey @neotrope, Thanks for the reply. I am done with the optimization on my website. Results are:
PageSpeed Score (100%)
YSlow Score (98%)
Page Load Time 1.9s
Total Page Size 491KB
Requests 34
-
This reply was modified 9 years by
Amit. Reason: Changed username from Chris S to neotrope
Hey Amit
Did you just put this in your htacces file`?
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
#ExpiresByType text/html “access plus 600 seconds”
#ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
Cheers
Hey Amit,
Why don’t you let us know about those some modifications that you did with .htaccess to get 100% Pagespeed score?
You may write the codes here or use pastebin.com to do so.
Also, have you made any further changes in functions.php or any other core files? Are settings for CloudFlare and WP Super cache is still what is described under the linked articles on Tagdiv?
Be more specific and don’t hesitate to share your optimization techniques that actually worked.
This community is a great place to help each other 🙂
Thank you.
For those who missed it, the classic thread may be useful in the ‘best of forums’ DIY tutorials section of this site:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
it’s classic cheesy goodness!
Hello all,
Here is a simple way to score 100/100 PageSpeed With Newspaper WordPress Theme
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
