Search Results for 'pagespeed'

Results from the Forum
cmistico
Participant
#0

Hi staff,
I’m using your plugin td-speed-booster to speed up my site analisidelsangue.net but…

if I check my site using google pagespeed I see that there are 4 CSS above the folder blocking rendering..
you can see here:
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.analisidelsangue.net%2F&tab=desktop

they are:
http://www.analisidelsangue.net/…emplates/default/css/bbpress.css?ver=3.3
http://fonts.googleapis.com/…0,600,700&subset=latin,latin-ext&ver=3.3
http://fonts.googleapis.com/…300italic&subset=latin,latin-ext&ver=3.3
http://www.analisidelsangue.net/…content/themes/Newsmag/style.css?ver=3.3

so, how can defer them using your plugin to speed up my site?
thnkx for your help
alessandro from italy

areim
Participant
#0

Hi,
I compressed all of my images with EWWW + WP Smush + TinyPNG and more. Then I downloaded them to my computer and compressed with programs like Photoshop and auto compressors. Now all image qualitys are like %60 of JPG. You can count pixels on the images but even that on Google Pagespeed I get 50/100 and Google want’s me to compress them more or resize them.

I think it’s themes problem because it calls large images on front page but i am not sure.

My website: webellek.com

Thanks in advance.

Morthen
Participant
#0

Hi guys

As first thanks for your great theme, very nice job. For me are the pagespeed very important from SEO perpectiv.
After installung WP Super Cache like your docu and setting, I get the Content-Encoding failure (if I not logged in).

My hosting company told me, that everything are correct from his perspectiv and they support Super Cache. But the problem is still there.

Do you have any ideas, what the problem can be? http://www.rudii.ch

I can give as well the login datas if you want to check it. But I can not use this theme still the problem are still here.

Thank you very much!!!

ivpt
Participant
#0

Trying to achieve good Google PageSpeed Insights score:
https://developers.google.com/speed/pagespeed/insights/

Using tagDiv Speed Booster and Above The Fold Optimization plugin:
https://wordpress.org/plugins/above-the-fold-optimization/

Cannot do better than 67 for mobile and 86 for desktop.

Some inline scripts are preventing deferred loading of jquery.js and tagdiv_theme.min.js.

TypeError: html_jquery_obj is undefined
in
var html_jquery_obj = jQuery(‘html’);

TypeError: td_more_articles_box is undefined
in
td_more_articles_box.init()

Please advise.

simchris
tagDiv Member

For advanced use, it’s good to “unhook” the fonts from being enqueued in the theme functions file, and you can combine them as so:

https://fonts.googleblog.com/2010/09/optimizing-use-of-google-font-api.html

for advanced users, you actually capture the CSS from google and put at top of you style.css file.

I cover this a bit in my long winded tutorial thread on optimization in the docs > tutorials > DIY/best of forums

That might not help, but perhaps give you juice to go on an adventure on learning to “super optimize” Google font loading fpr best pagespeed (how I get 100/100) 😉

hotcup
Participant
#0

Hi,

I use the Autoptimize Plugin. I tried Speedbooster but it’s complex and it also gave me 16 instances of where JS/CSS were blocking.

When I conducted the test after the 7.6 upgrade, I was slower and no longer in the green on Google

https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.hotcupofbeauty.com%2F&tab=mobile

Much of the issue has to do with Google Fonts. When I did test on Pingdom, it said that Is should combine files

From Pingdom:
“There are 4 CSS files served from fonts.googleapis.com. They should be combined into as few files as possible.”

I am not advanced. How can I resolve this?

my blog is http://www.hotcupofbeauty.com

hotcup

orlando
Participant
#0

Hi,

Which of those on post setting:
Example: Default, Style 1, etc.

give a score above 85% for mobile and desk using Google Page Speed?

Let me know

Kevin
tagDiv Member

Hi,

I can see you are using WP Rocket but you may have the wrong settings.

I use this plugin also and have a good pagespeed score with it.

Try the settings that I use and see if there is a noticeable difference in page speed.

http://www.screencast.com/users/KevinGilmour3141/folders/Default/media/58ff041c-5e65-4dcf-bfb0-ba4036c8baf3

The only option you should ignore is the SSL option for your site.

Hope this helps

Kevin

sourds
Participant
#0

Hello

Too slow problem >

https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.sourds.net%2F

Comment speed ???

Please answer

THANK YOU

Agiro
Blocked
#0

Hi. I buy theme and install demo without content, after test on google I recive what I have 0/100 for mobile and pc on my site dacha.today. Interesting – what wrong?

Alin [tagDiv]
tagDiv Staff

Hi,

The theme has some server requirements and php.ini recommended values – https://forum.tagdiv.com/requirements-for-newspaper/https://forum.tagdiv.com/system-status-parameters-guide/
Also I suggest(like @Niresh above) to follow the pagespeed guide and optimize your site – https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

First please check the System Status section like Chris suggested above – http://screencast.com/t/4vBOkUvvXiW and increase those parameters(if it is necessarily) at least to the recommended values – https://forum.tagdiv.com/system-status-parameters-guide/
Also please try to disable your plugins except Visual Composer and check how it goes. Most probably you have installed a plugin recently which cause these issues. Try to use less plugins.
Check also the pagespeed guide and optimize your site – https://forum.tagdiv.com/how-to-make-the-site-faster/
To improve your server response time you can try to reduce the number of queries (fewer plugins, fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load). To improve the loading speed look the MySQL query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html we also use it on our demo.

Thanks!

simchris
tagDiv Member

Note, that I usually change the theme name; however this does not actually “hide” which theme is being used due to the fact that style classes (td_) and ajax/css folders don’t get renamed.

I have found it more useful to change the name of wp-content to assets, and change the theme folder to “mycompany” (whatever), but it won’t stop a smart person from figuring out which theme you use completely.

Using something like mod_pagespeed on server also helpful to remove comments and spaces dynamically.

But if you “know what you’re doing” also remember there are things like readme file, theme snapshot image file (png), etc.

Basically you can make it harder for folks to see what you’re using, but a smarty pants could see the code, then do search online for similar code, where nothing is obfuscated.

Doesn’t hurt to do this kind of thing, just not actually hiding it all.

Put another way, a hacker can easily figure out which theme you’re using, and which plugins (I could).

simchris
tagDiv Member

That is just a simple hit counter and only counts main times the page was ‘loaded.’

You should always use something like the stats included with your hosting panel to see “actual traffic” to your site.

And as I stated, Google is changing how they show sites in search results.

So, good time to
a) check your pagespeed score with Google PageSpeed Insights
b) make sure your content is mobile friendly
c) consider using https vs http; your host should be able to give you free open source SSL/https cert
d) check your Google Search Console for messages about any issues/problems with your site
e) if using AMP, note the page counter does not count AMP views of pages

Not sure that helps; but all our sites traffic went down since the election in U.S., regardless of theme.

Theme doesn’t control inbound traffic to your website.

gos_ant
tagDiv Member

I do not use WP Super Cache.

I use W3 Tolal Cache (dedicated server configured to W3TC with mod_pagespeed and HTTP/2), BUT caching is disabled on this time, because at this point site is down for maintenance technicals.

But even before I set caching plugin, I had the same problem, I just do not know that there is a support forum 🙂

ps. sry my bad english

simchris
tagDiv Member

yep 🙂

one of the big secrets to services that speed up WordPress are

mod_pagespeed with memcache, http/2, php7 with opcache, page caching system

all that stuff really helps.

btw, with php7 only couple minor tweaks needed to theme code; and rumour has it the next version of theme in couple of weeks (sooner?) may have php7 support baked in, once WP 4.7 drops (and likely 4.7.1 based on how this often goes).

tribonet
Participant
#0

Hi!

I just got the Newsmag theme and installed it. Before the installation, I switched off all the plugins, except for the compatible ones. The PageSpeed in this case was around 75. Once the Newsmag was installed, the score dropped to 37 and the site is totally slow. I checked the system status and did everything whats in there, so everything is green there. I want to find out what happened, could you help me?
I also tried to install the necessary plugin, but it gave me the following error:

The plugin does not have a valid header.
Downloading install package from http://tribo.ru.xsph.ru/wp-content/themes/Newsmag/includes/plugins/js_composer.zip…

Download failed. Not Found

I tried to upload the zip file through FTP, but the error remained.

My web-page: http://tribo.ru.xsph.ru

Thank you!

Best regards,
Aydar

Bogdan B.
tagDiv Staff

Hello,

You should use google’s page speed test: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fmini85.com%2F&tab=desktop or gtmetrix and use the suggestions provided there. You can use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
as a note on speedbooster: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/

Thank you!

simchris
tagDiv Member

Test with Google Pagespeed for “real” score with Google.

Speed cannot decrease by removing things. (note fewer items, smaller size?)

Depending on setup, which presumes an optimized htaccess file also, you may want to load jquery locally, for example with http/2 it may actually be quicker to “bundle” into the packet cache.

Syams
tagDiv Member

Sorry, master.
After adding your code, my blog’s pagespeed & page load time decrease. Please advice me.
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/page/7/#post-144368

  • This reply was modified 9 years by Syams.
simchris
tagDiv Member

We have our own server with opcache, memcache, mod pagespeed and testimg http/2 so not currently using amy caching plugin.

simchris
tagDiv Member

Well… if the old content is not actually there, and your dbase is optimized, and the info shows up on a mobile device, perhaps problem with mobile device cache not cleared.

It’s technically impossible for a site to show defunct content if no longer in dbase as dynamic site, unless it’s been “cached” someplace, like opcache, mod_pagespeed, CDN, Varnish, cache plugin, etc.

Obviously if you load up an old version of site layout, with, say content in old categories, no longer updated, that old content would show up again.

Do you have same issue switching to a default theme, view on mobile device? Then, reactivate this theme, visit again on mobile device?

Have you done normal house keeping like
a) optimize dbase to clear transients, such as with wp-optimize
b) resave permalinks to clear temp WP redirect cache
c) checked your site via FTP to see if you still have a caching folder with cached files
d) checked your htaccess file to see if you have links to cached files or cache redirects leftover from caching system?

All that can possibly be culprit.

amizzer
tagDiv Member

Links to images doesn’t work, so:

FB error: https://i.imgsafe.org/6f90982b8a.png
Pagespeed score: https://i.imgsafe.org/6f935e0177.png
Yslow score: https://i.imgsafe.org/6f94c07bfb.png
Waterfall screen: https://i.imgsafe.org/6f962d92c0.png

amizzer
Participant
#0

I desperately need help. Website: esportsgamer.sk

Yesterday my site received a bigger amount of visitors and afterwards I wasn’t able to share anything on Facebook. Website seems to be working just fine, but Facebook keeps showing me this error: Screen fb error

I tried to optimize all I could, my GTmetrix score is way above average I think: Pagespeed score and Yslow score
I also tried to increase PHP memory to MAX value 256M, yet still nothing. Any idea what to do with it?

I have one more question. In waterfall I can see that loading time could be almost halved, if this 404 error was not a thing. I deleted NEWSPAPER logo, and I don’t have any logo on my website in footer.

I would appreciate any kind of help,

Andrej Kováč

Viewing 25 results - 1,651 through 1,675 (of 3,025 total)