Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
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 🙂

Cherry
tagDiv Member

Ok deleted the Remove Query Strings Code from the functions.php

The Button in the plugin W3 Cache Plugin for : Update Media Query String is still grey and not usable…

is this correct?

Cherry
tagDiv Member

Well, I already received the mail hours before with wrong settings lol

Cherry
tagDiv Member

Yeay, ok activated- with rocket loader on automatic?

Cherry
tagDiv Member

Oh ok, and the IP is correct? 🙂

Cherry
tagDiv Member

ok now we have this right here:

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

is the IP correct?

Also edited the priority on cpanel to 0

by the way: didn’t choose fully optimization because of the Javascript Minify….

the documentation says: no js minfier

  • This reply was modified 12 years by Cherry.
Cherry
tagDiv Member

The IP to Type A is set automatically- I think it’s from the host, which IP has to be in there?

So I just go in there and say:

“delete record”?

and all also delete all cnames plus deactivating them?

But I don’t delete them in cpanel on my host right?

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
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
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

Cherry
tagDiv Member

seems like I solved a few problems myself.

Cherry
tagDiv Member

http://gtmetrix.com/reports/cherrykoks.de/utmzkiGq

Has anyone a resolution for this?

First point: the thing with the strings – what can I do here?
I activated in my plugin : Remove “?ver=XXX” part from URL (still not better)

And the Bad Request : 2 of them are deleted pictures… I asked google- but couldn’t find instruction to fix that! The Pictures are deleted from FTP – what else can I do and how exactly? (explanation for a dizzy blonde please! 😉 )

Cherry
tagDiv Member

Ok so that means:

If I install the demo, I cannot avoid this Titles?

Looks pretty stupid, when I blog something about p.e potatoes and its displayed under “Tech and Gagdets” 😀

edit: I already deleted the Category 1 / 2/ 3- but still displaying my Blogpost under the title: Tech and Gagdet p.e

  • This reply was modified 12 years by Cherry.
Viewing 13 posts - 51 through 63 (of 63 total)