- TutorialstagDiv Social Counter Tutorial
Cloudflare and this plugin..
removed “Leverage browser caching”
You can find that plugin also via wordpress website @ the url http://wordpress.org/plugins/leverage-browser-caching-ninjas/
NO,Cloudflare does that for me so i don’t need plugin also that speedboost have a opition to help you with minification ur css files..
SPEEDBOOSTER >>>>Minify and inline all CSS styles and move them to the footer to eliminate external render-blocking CSS and optimize CSS delivery.
Hey Everybody
@Steven thx for sharing your expertise. Gonna try out soon!
EWWW is already in use 😉 like it! Does anyone know a hack that ewww is leaving some files out? I do have a transparent watermark which it is killing every time running over the images 😀 pretty annoying.
Does anyone know an alternative to cloudflare? Their infrastructure isn’t the best in germany. I’m pretty sure my local hosting is faster. Anyone knows a good solution to do the following things on the own server instead of using cloudflare?
3.Inline small CSS >>> Use cloudflare and they will fix that for you and a lot more.https://www.cloudflare.com
4.Minify JavaScript and CSS >>> Use cloudflare and they will fix that for you and a lot more.https://www.cloudflare.com
5.Use cookie-free domains >>> Use cloudflare and they will fix that for you and a lot more.https://www.cloudflare.com
thx for your help guys! I really appreciate it.
-
This reply was modified 12 years by
Manuel Fink.
Hi there 🙂
I searched the forum for a solution but couldn’t find it…
Check my website >>> http://www.electro-swing.com
On safari, I have 2 lines in the top menu when I add the login widget.
I tried this: http://screencast.com/t/YxZYV9ZV
But it doesn’t work for me.
Thank you very much for your help & time
julien
Are you using cloudflare are any other plugin that optimize files..because this i a JS issue
@nihar105479 here is things you need to fix,and you can find in my sticky post help to fix some of them.
1.Remove query strings from static resources >>> there is help in my sticky post to fix that.
2.Optimize images >>>> get the plugin EWWW Image Optimizer over at wordpress to fix that issue.
3.Inline small CSS >>> Use cloudflare and they will fix that for you and a lot more.https://www.cloudflare.com
4.Minify JavaScript and CSS >>> Use cloudflare and they will fix that for you and a lot more.https://www.cloudflare.com
5.Use cookie-free domains >>> Use cloudflare and they will fix that for you and a lot more.https://www.cloudflare.com
I keep telling users use cloudflare to help better Optimize there site,if they take my tips and put them in action there site be fast and score better..there is a lot of tips on this site use them and you will see performance.
I’m not having any issues with my mobile menu,i’m even using cloudflare and menu still working as entended,it’s not a theme issue are not all of us will have the same issue,it could be a plugin that making issues for your menu too not work.
Well I managed to get it working ok on the desktop. I had to turn off rocket loader on cloudflare.com for the sites.
This still does not resolve the issue though for IOS and Android even after upgrading to 3.8.4
For many of our sites the best we’ve been able to do is to combine all the CSS into one file, and all the JS into one file, then load the JS via async, and load the CSS from the CDN/Amazon Cloud; then inline the menu stuff we had built custom into the head, along with some CSS which needs to load after Bootstrap.
In most cases you cannot fully remove all render blocking elements, only minimize them. Fix everything ELSE first and you can still get a 90+ desktop score in most cases.
I’ve only seen the render blocking fully fixed by building a minimal theme, and structuring the content specifically to address that issue – but not very pretty site.
So, best tip: fix everything ELSE you can, and don’t obsess over the render blocking stuff as most sites still have this issue due to the way Google is looking at that. They seem to base that “error” on anything which isn’t minimal like Google’s help pages.
The best managed host is WpEngine. Synthesis is also good. If you’re tech savvy, try Linode/Digital Ocean Clouds. I’m working on transferring to Google App Engine. We’ll see how it goes!
-
This reply was modified 12 years by
Fudoki.
I’ve just removed all sliders from my site and my page went from 5mb to 2mb and my score went up to over 82% with all my test i done…sliders slow down your site really bad and for mobile phones is worst..sliders look good on sites but they really put a lot on your site and make it very slow also those social networks that showing counters those make ur site very slow as well…it take me weeks to get my score up and my site load down by removing things that just make my site too slow on mobile devices and slider was one that do that…
CloudFlare play a big role in my score as well because it really help ur site to be very fast,i show my images because i want people to see it’s not the theme that make ur site fast etc it’s all the other stuff you add too ur site that make it very slow,and one more thing that can do a lot too ur site is the “HTML5 Boilerplate .htaccess Optimization” if you don’t used it start it will do wonders to ur site.





HTML5 Boilerplate .htaccess Optimization

Start using this guys you will see big results..take my tips and you will get the same scores as what i show off my own site…
my site is @ http://jahliveradio.com take a test run and see for ur self…
-
This reply was modified 12 years by
Steven.
Hi, you should check your server is running gzip/deflate first, as this makes a huge difference as everything is compressed when sent to web browser. Looks like a bunch of your stuff coming off Cloudfront is not compressed enough.
Simplest way to compress all your NEW images is to edit your functions.php file (see my notes about this in the pagespeed sticky thread in forum), but downside you have to update this each time theme updated. Popular plugin: SmushIt.
Looking at your report, there are some fairly big files for that page …
But you should be compressing/optimizing your images in Photoshop or something BEFORE you upload them … e.g., you have
1) 233.9 kB image
2) 115.9 kB image
3) 120.1 kB image
typically you shouldn’t see images larger than maybe 50kb if done right. I try to keep my article featured images no more than 25-35kb for example.
You might try scanning your page here
http://gtmetrix.com/reports/savvymantra.com/aqtDyX98
as it will tell you how and which images are too large on your page!
YOu still have a great PageSpeed rating, though. 🙂
@mixvice used cloudflare and they will do it for you…
Btw css should not be at the bottom it should be at the top
It’s javascript that should go in the bottom
murattopak01
you should fix everything else FIRST, then worry about the “render blocking” thing last. This is sometimes very hard to fix.
Fact is most sites need “some” elements to load first for page to render. You might visit the sticky forum thread on pagespeed to make sure you have expires heads, caching, fonts, external elements, all sorted first, as the render blocking only counts for a very few points — all the rest count for 20-25 points and easy to fix without using a cloud system.
This is exactly what I’m suffering from. I can’t find any differences between the demo page (demo.divtag) and my website regarding js and css files. But somehow my score is about 70 for mobile whereas they are almost 100. Are they using cloudflare?
-
This reply was modified 12 years by
murattopak01.
CloudFlare will help…
Or, Amazon CloudFront.
To fully “optimize” the .css files, you would need to learn how to “minify” them to make them smaller, if Google is suggesting that.
One trick is to use GTMetrix to scan your site for speed rating, as they can then give you optimized versions of your CSS files (downside, you would need to do this for every time the theme is updated… but this is part of the ongoing admin process for speed).
See the tips and info for your page here:
http://gtmetrix.com/reports/telsetnews.com/Upm34LMy
Hi, so first of all I’m on a cloud nine using the newspaper theme, everything works as I expect it to and there are little to no problems present for me in the theme. There are just 2 things that I actually need fixed right about now.
1. In social counter, when I paste my youtube channel url it displays the number of subs properly but it actually fails to redirect users to my youtube channel. When you click on the youtube in social counter it redirects you to youtube.com/USER/id instead of youtube.com/CHANNEL/id. Would love to know how to change it since I’ve tried digging a little bit but found nothing.
2. I’ve implemented facebook comments on my site and because of that my comment counter is bugging out a little bit (not showing the correct amount of comments). Would also like to know how to change it to count facebook comments instead of the regular ones.
Once more, great job on the theme and thanks in advance for the help!
I bought this theme few days ago and after removing a lot of the crap plugins i had before changing to this theme that already came with this theme my site is faster then ever before.
To make your site fast try to use less plugins and add your site to cloudflare where will boost your site grade also.


Thanks for helping me out Chris. It might be CloudFlare, but then again I’ve fixed the issue in the past by tweaking the theme’s background image alignment. Sometimes if its to the left, center, or right, it fixes it in the theme preview. But it’s a hit or miss and I haven’t been able to fix it permanently.
Likely issue with the cloud.
I’ve had a ton of issues with selected things on my Amazon CDN, where 20% of the time the custom font (FontAwesome) won’t load properly. Finally gave up and we load FA4 off our own server. Doubtful it’s the theme. More likely in IE11/Win7, than anything else.
Might be the “lazy load” images code. I know we had issue with lazy loading images for “as page loads” and had to change to “after page loads.” But that’s outside my ability to help you on, as I think there is some optimization code in the TagDiv Booster which does some image lazy loading. But just some feedback, might not be helpful.
Half of the time I visit my site, appcomrade.com, or refresh, the background becomes really ugly and blurry. I’m trying to figure out if this is because of the theme or because of CloudFlare?
Thanks,
-Octavian
Good job 🙂
Yes, we’ve had a *LOT* of trouble with Yoast SEO 1.5x due to their adding new features for bulk content changes, connectivity to Google Analytics. We are now looking for a more simple SEO tool, as we used to have an inhouse plugin to simply put all the social media and OG tags, custom field stuff in the head, without some of the other shenanigans now included, and adding more complexity and PROBLEMS. With Yoast SEO properly configured with all the extra crap turned off it does help manage a lot of things, and should not hurt pagespeed in the sense that nothing should be loaded externally or custom CSS, etc.
Jetpack however is a dog for speed even though cloud based. And many would disagree, but NOT using it unless you have to speeds up site tremendously. For bloggers it is awesome to add new features, for high content/traffic sites, not so much (in my opinion).
We’re looking at alternatives for a “simpler” SEO tool again, without the intrusive stuff they have been doing. No way to turn off the stoplight on right side of posts, broken google news features in 1.5, etc. Perhaps time to move on …. I will update as I move forward on this topic. 🙂
Thank you.. I solved the issue.. after disabling the minifying I need to clear the purge cache from cloudflare settings. Now its working perfectly. But still I findings error Uncaught ReferenceError: jQuery is not defined error in console..
Thank you Again 😀
-
This reply was modified 12 years by
ishak.live.