Search Results for 'cloud'

Results from the Forum
Steven
tagDiv Member

What is important is that if u add any codes etc before to ur htaccess file that going be doing the same thing as cloudflare are any other plugin you have install then you will never see god results…

I try to not add too much crap to my htaccess file unless it’s important for me because that htaccess file can make problems for you as well if you keep adding a lot crap too it…

Steven
tagDiv Member

Right now the only plugin you need is “The theme SpeedBooster” and good cache plugin and leave the rest to cloudflare…

The plugins i’m using right now to better my site in speed and SEO is:

1.WP Super Cache
2.EWWW Image Optimizer
3.Leverage Browser Caching Ninja
4.Noindex Attachment Pages
5.Optimize Database after Deleting Revisions
6.SEO Friendly Images
7.tagDiv speed booster
8.TTT Devices
9.CloudFlare
10. HTML5 Boilerplate optimized performance
11.Code Snippets (TO ADD MY functions.php files) don’t need to go in my theme to add any thing through this plugin i can do it from the admin side..

Cherry
tagDiv Member

oh ok 🙂

I have to thank you for your great help!

Never made it without your help 😀

Just checked Y-Slow and it says “add expired headers” – I think I already did this oO Why do I get this message?

My htaccess file code to this:

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css “access plus 1 month”
ExpiresByType text/javascript “access plus 1 month”
ExpiresByType text/html “access plus 1 month”
ExpiresByType application/javascript “access plus 1 month”
ExpiresByType application/x-javascript “access plus 1 month”
ExpiresByType application/xhtml-xml “access plus 600 seconds”
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 month”
</IfModule>
<ifmodule mod_headers.c>
<filesmatch “\\.(ico|jpe?g|png|gif|swf)$”>
Header set Cache-Control “max-age=2592000, public”
</filesmatch>
<filesmatch “\\.(css)$”>
Header set Cache-Control “max-age=604800, public”
</filesmatch>
<filesmatch “\\.(js)$”>
Header set Cache-Control “max-age=216000, private”
</filesmatch>
<filesmatch “\\.(x?html?|php)$”>
Header set Cache-Control “max-age=600, private, must-revalidate”

Weird.

But we will see the next days- how Cloudflare works 🙂

Steven
tagDiv Member

Cloudflare going fixed this for u “Use a Content Delivery Network (CDN)” and ur score going go up after..by tomorrow you should see changes on ur site and score over @ gtmetrix

Steven
tagDiv Member

Give ur site a hour are so to let clouldflare do they job,you should get a welcome email from them letting you know ur sit is on cloudflare etc..

Congratulations! You have successfully added the website jahliveradio.com to CloudFlare. CloudFlare is a service that makes your website faster, safer, and smarter. To get the most out of our service, we recommend the following resources:

blah blah

Steven
tagDiv Member

no you don’t delete nothing in cpanel..that ip is not ur host it’s cloudflare ip that’s why u need to add urs in the A section…

cherrykoks.de A 5 minutes 104.28.21.26 ()
cherrykoks.de A 5 minutes 104.28.20.26 ()
cherrykoks.de MX 5 minutes 0 mxlb.ispgateway.de
cherrykoks.de NS 1 day rihana.ns.cloudflare.com
cherrykoks.de NS 1 day nick.ns.cloudflare.com
cherrykoks.de SOA 1 day nick.ns.cloudflare.com. dns.cloudflare.com. 2015873911 10000 2400 604800 3600
http://www.cherrykoks.de CNAME 5 minutes cherrykoks.de

you have two A OPITIONS that’s why i say delete all the rest u have and only used the first one…

Cherry
tagDiv Member

Hey Steven check this :

http://www.screencast.com/t/pSexNxHmP52

Do I have to change something?

Yeah, will delete the code and use the plugin (query strings remover)

Already installed cloud flare plugin to WP

Would be nice if you could tell which IP I have to insert and WHERE

Thanks!

  • This reply was modified 12 years by Cherry. Reason: add
Steven
tagDiv Member

I’ve check ur source code and cloudflare is not active as yet on ur host..check those settings i posted above…

After you set up the DNS settings in cloudflare then you need to go in cloudflare settings and set those as well..

1. Performance settings:: (CDN + FULL Optimization),

Steven
tagDiv Member

First you can only used one at a time may be u could used the plugin and removed that code and see which is more effective…

Did you put ur server Ip in the field for the A opition so that cloudflare can put they Ip to urs..

Here is a setup in cloudflare..DNS ZONE

1. Type A
2. Name (YOURSITENAME)
3. Value (Host IP)
4. TTL (Automatic)

If ur site direct traffic with out a www…

Then this setting is important..

1. CNAME
2. Name WWW
3. Value (is an alias of YOURSITENAME) WITH OUT THE WWW
4. TTL (Automatic)

You going need this plugin as well…get it via wordpress

http://wordpress.org/plugins/cloudflare/

Cherry
tagDiv Member

Hey Steven, think I solved this.

Look:

the nameservers are already changed in my CP at df.eu

But:

I had to deactivate “On CloudFlare Traffic will be accelerated by CloudFlare” for this:

Type A and Type AAAA

The result now is this: http://dnscheck.pingdom.com/?domain=cherrykoks.de

P.S I already have the strings remover installed, but not working because I added this to the functions.php

/** Remove Query strings from Static Resources. */
function _remove_script_version( $src ){
$parts = explode( ‘?’, $src );
return $parts[0];
}
add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 );
add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 );
<?php
}
add_action(‘print_media_templates’, ‘td_change_backbone_js_hook’);

Do you recommend to delete that code, and let the plugin do its work oder anything else?

And: any tip for bad request?

There are two pictures deleted from ftp

Avoid bad requests
C (75)
97%
Content High
What does this mean?
The following requests are returning 404/410 responses. Either fix the broken links, or remove the references to the non-existent resources.

http://cherrykoks.de/wp-content/uploads/2014/08/30day400200tag61-100×65.jpg
http://cherrykoks.de/wp-content/uploads/2014/08/log300.jpg

GTMetrix is complaining about this….

thank you very much

  • This reply was modified 12 years by Cherry. Reason: wrong word
Steven
tagDiv Member

Hey @Cherry yes you have to change ur host nameservers to cloudflare ones,to change the nameservers u have to go in ur host DNS settings and look for there name servers and put cloudflare ones ::

rihana.ns.cloudflare.com
nick.ns.cloudflare.com

Query Strings Remover

The plugin name is “Query Strings Remover” by the author Atul Kumar Pandey

You can download this plugin via the wordpress website @ this url

https://wordpress.org/plugins/query-strings-remover/

Cherry
tagDiv Member

Hey Steven, hey peps!

maybe you can help me with that:

switched to cloudflare but having problems with the last steps:

http://www.intodns.com/cherrykoks.de

it says:

Error Missing nameservers reported by parent FAIL: The following nameservers are listed at your nameservers as nameservers for your domain, but are not listed at the parent nameservers (see RFC2181 5.4.1). You need to make sure that these nameservers are working.If they are not working ok, you may have problems!
rihana.ns.cloudflare.com
nick.ns.cloudflare.com
Error Missing nameservers reported by your nameservers ERROR: One or more of the nameservers listed at the parent servers are not listed as NS records at your nameservers. The problem NS records are:
ns.namespace4you.de
ns2.namespace4you.de
This is listed as an ERROR because there are some cases where nasty problems can occur (if the TTLs vary from the NS records at the root servers and the NS records point to your own domain, for example).

What am I supposed to do?

My host is df.eu

Do I have to change the NS Records? And if so, how and to which source?

Thanks

FYI : http://who.is/dns/cherrykoks.de and http://www.intodns.com/cherrykoks.de

presto2
tagDiv Member

@Peter and @TagDiv : Hi ! Thanx for your reply, but isn’t there another way to fix the sticky menu ?? I tried to clear the cache, it doesn’t work, and maybe you’ll find it stupid but I don’t know how to use Cloudflare.

Thank you for your help !

mbasche
Participant
#0

Could you please extend \includes\wp_booster\td_social_icons.php with some more services?
I saw that the depending sprite graphic and CSS already exists.

‘rss’ => ‘RSS’
‘picasa’ => ‘Picasa’
‘soundcloud’ => ‘soundcloud’

and so on. 🙂

Lucian
tagDiv Staff

Hi,

To change the big slider and normal slider color font use this css:

.iosSlider .td-sbig-title-wrap a, .iosSlider .td-sbig-title-wrap span {
color: red !important;
}

To change the mete info/category color use this css:

.iosSlider .slide-meta a, .iosSlider .slide-meta span {
color: red !important;
}

If you don’t want to change the date color also, remove the .iosSlider .slide-meta span

For the tag widget use this:

.widget_tag_cloud .block-title span {
color: red !important;
}

The size of the tag widget is determined by the amount of tag displayed there, so you can’t re-size it only if you reduce the size of the tag container. Use this css to do that:

.widget_tag_cloud .tagcloud a {
padding: 0px 5px 0px;
font-size: 11px !important;
}

Hope this helps!
Thanks

sbo
tagDiv Member

Main Slider issue: was fixed from a user in the 4.0 forum post. Whether it was clearing CloudFlare or changing the number of homepage slide limit, it’s fixed.

Infinite Scroll issue: this seems to be improved a bit after clearing Cloudflare’s cache but since smooth scrolling is added, the user is able to scroll like a maniac since it is so smooth (nicely done) if they wanted, which slows down the infinite load. Is there a way to disable smooth scrolling at all?

sbo
tagDiv Member

@Peter, this worked! Purges the style.css in Cloudflare and wah-lah!

Thanks for the help!

Steven
tagDiv Member

This weekend i done a make over on my site by upgrading my server and my PHP etc and since i done all that my “sticky menu” is working as entended..but i’m not telling any one go and change server,i think the reason “sticky menu” don’t work for a lot of people because they need to clean there cache in they cache plugin,cloudflare and also they browser cache…

Peter
tagDiv Member

Hi @sbo and @presto2,

With the latest version 4.0.2 I needed to clear all browser caches and CND cache. In my case with cloud flare just using the single file clearing especially for the style.css file (but look at the changed files list and clear them as well).

This fixes the big slider and sticky menu. Everything else is working perfectly now, thanks for the great new features and continued optimising from the developers.

mixvice
Participant
#0

Hello! My bigslider is not working since the last update (4.0.2), i already disable w3 total cache and cloudfare cache and re-upload the theme files but still not working.

The other issue is the theme is loading a lot of google fonts:

<link rel='stylesheet' id='google-font-opensans-css'  href='http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic&ver=3.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='google-font-ubuntu-css'  href='http://fonts.googleapis.com/css?family=Ubuntu%3A300%2C400%2C500%2C700%2C300italic%2C400italic%2C500italic%2C700italic&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Clatin-ext%2Ccyrillic&ver=3.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='google-font-pt-sans-css'  href='http://fonts.googleapis.com/css?family=PT+Sans%3A400%2C700%2C400italic&subset=latin%2Ccyrillic-ext%2Clatin-ext%2Ccyrillic&ver=3.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='google-font-oswald-css'  href='http://fonts.googleapis.com/css?family=Oswald%3A400%2C300%2C700&subset=latin%2Clatin-ext&ver=3.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='google-roboto-cond-css'  href='http://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic&ver=3.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='google-vollkorn-css'  href='http://fonts.googleapis.com/css?family=Vollkorn%3A400italic%2C700italic%2C400%2C700&ver=3.9.1' type='text/css' media='all' />

Website: conlupa.com.mx
How i remove this fonts? Cheers!

simchris
tagDiv Member

This may or may not work for you with this theme; but general settings from a blog called online media masters, and I’ve seen the same settings elsewhere would be as so:

(THIS MAY BE INCORRECT FOR THIS THEME: BE SURE TO TRY SETTINGS FOR YOUR SETUP: KEEP BACKUPS, AND KNOW HOW TO GO BACKWARDS BEFORE USING ANY CACHE!)

—————-
(to quote …)

General Settings
◾Leave unchecked

Page Cache
◾Page cache: enable
◾Page cache method: disk enhanced

Minify Settings
◾Minify: enable
◾Minify mode: auto
◾Minify cache method: disk
◾HTML minifier: default
◾JS minifier: JSMin (default)
◾CSS minifier: default

Database Cache
◾Database cache: enable
◾Database cache method: disk

Object Cache
◾Object cache: enable
◾Object cache method: disk

Browser Cache
◾Browser cache: enable

CDN
◾CDN: enable
◾CDN Type: MaxCDN

Reverse Proxy
◾Leave unchecked

Network Performance & Security powered by CloudFlare
◾If you have a CDN: leave unchecked
◾If you don’t have a CDN: sign up for CloudFlare and use the settings shown in the picture

Note: W3 Total Cache and CloudFare have integrated their products.

Monitoring

You’ll see an option here to sign up for New Relic. This is a tool for monitoring your web and mobile apps performance. It’s more for developers but if you are one, you probably already know about this service. Otherwise, leave it blank.

Licensing
◾Leave blank

Miscellaneous Settings

If you want to see your Google Page Speed score in your WordPress dashboard, there’s instructions in this menu. Otherwise, here are the settings I use:
◾Enable Google Page Speed dashboard widget: enable
◾Verify rewrite rules: checked
◾Enable file locking: unchecked
◾Optimize disk enhanced page and minify disk caching for NFS: unchecked

Debug
◾Leave everything unchecked

Import / Export Settings

If you want to use the same W3 total cache settings across multiple websites, export your settings and import them into the new WordPress sites.

Shashank Shekhar
tagDiv Member

Okay thanks,
th score for desktop is 90 which is okay but on mobile it’s 69 and I thin that’s horrible.

I use cloudflare and tagDiv speed booster plugin but it dooesn’t seem to be working.

I’ve one more issue, on my site there is space between header and it’s underline but not on the demo…
see these two images

my site : http://ss.techizm.com/2014/07/Capture.png

your demo : http://ss.techizm.com/2014/07/Capture1.png

Steven
tagDiv Member

Yes,too get on cloudflare network you need to used they nameservers…

Steven
tagDiv Member

there nothing to install you go to cloudflare websit @ https://www.cloudflare.com/ and sign up and then set it up…

Gee95
tagDiv Member

Oh, i’ve never heard of ‘Cloudflare’ before. Is it simple to install on WordPress?

Thanks again 🙂

Viewing 25 results - 21,126 through 21,150 (of 21,203 total)