Google page speed down :(

Posted in: Newspaper
Post count: 3

Hello there
I set up newspaper themlate. But google pagespeed;
Mobile: 56
PC: 35
Why?
please help me

Post count: 18

Hi, I had similar problems. Check your plugins, maybe there is a conflict. What cache plugin have you got installed?

Post count: 9544

Also try testing one of your posts with GTmetrix.com to see if you still need to optimize your server setup, htaccess, time to live, image compression, etc.

Post count: 3

Hallo #vidweb and #Chris S;
i’m using “wp supercache” plugin and tagDiv Composer,tagDiv Mobile Theme,tagDiv Social Counter,tagDiv Speed Booster,GZIP Output
my htaccess codes:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
AddOutputFilterByType DEFLATE font/truetype font/opentype
</IfModule>

# END WordPress

please help me

Post count: 22421
Post count: 3

thanks #Bogdan B. i’m try

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