ok, das war wie vermutet "Photon" von jetpack. ich hab das mal deaktiviert. Wundert mich, weil jetpack das als "Beschleuniger" anpreist.
Beiträge von alexhell
-
-
hallo bgeissler,
ja und was bedeutet das? könnte das an jetpack liegen?
-
Um die Geschwindigkeit meiner Seite optimal zu halten, möchte ich ein resize meiner Bilder verhindern. Ich bearbeite die Bilder (oder denke, dass ich das tue) in der Größe, in der ich sie später veröffentlichen will.
Im konkreten Fall habe ich ein Bild in dem Format 198x291 hochgeladen.
Eingefügt habe ich das Bild so:
Code<a href="http://www.hellinger.eu/wp-content/uploads/2012/10 /hellinger.png"><img class="alignright size-full wp-image-400" title="RA/StB Axel Hellinger" alt="Portrait Hellinger" src="http://www.hellinger.eu/wp-content/uploads/2012/10 /hellinger.png" width="198" height="291" />Dennoch zeigt mir der ein oder andere pagespeedtester an, dass das Bild resized wird.
Was mach ich falsch oder kann ich ändern?
Vielen Dank
A. -
Ok, nach einigem Suchen habe ich eine Checkbox "Abschalten des Datumsbasierten Archives" in dem Plugin unter Titel&Metas, Reiter "Anderes" gefunden.
Yoast schaltet diese Archive wohl wegen der Gefahr von double content standartmäßig aus, nun läufts.
-
Hallo, ich habe schon mal den "Übeltäter" eingrenzen könne. Es ist das Plugin
von Yoast "Wordpress SEO".
Ich vermute, das verändert irgendwie die Permalinks, ich weiß nur nicht, wie ich das abändern kann.
-
Hallo, ich benutze das Theme Yoko von Elmastudio.
Dort gibt es ein Archiv-Widget für die sidebar, mit dem man sich ältere Beiträge anschauen kann.
Wenn man jetzt bei mir darauf klickt, landet man immer wieder auf der Startseite.
Wißt Ihr, was ich falsch mache?
Die Seite ist http://hellinger.eu.
VG
Alex -
Als Laie: Mir gefällt Euer Auftritt. Hat einen netten Wiedererkennungseffekt, ohne direkt aufdringlich zu sein. Die Seite macht auf mich den Eindruck, als hättet Ihr Spaß an Eurer Arbeit...
-
mails sind halt schall und rauch... schriftlich (ggfs. per fax) und je nach Dringlichkeit/ Ernsthaftigkeit per Einschreiben, werden ernster genommen. Oft wird man vom Support allerdings nur nach einer anwaltlichen Mahnung ernst genommen.
-
ich finde die diskussion nicht unsinnig. Es stimmt, dass ohne content gar nichts läuft, aber gerade das Linkbuilding setzt doch voraus, dass man erst einmal gefunden wird, um verlinkt zu werden. Natürlich kann man - wenn man weiß, was man tut - ALLES selber machen. Es reicht also ein Texteditor, genug Kenntnisse in html, php und ajax etc. und dann programmier mal los. Wenn Du dann soweit bist, kannst Du dann jede Seite händisch performance- und seo-mäßig optimieren. Bei gleichem Inhalt hat mir wordpress und seine plugins outofthebox einen deutlichen Schub im googleranking gegeben im Vergleich zu dem vorherigen cms.
Ich kenne mich leider mit Drupal nicht genug aus, aber an wordpress hat mir gerade der seoteil sehr gut gefallen. Ich vermute aber, dass sich beide Systeme nicht sehr viel nehmen. -
Hallo Hille,
danke für deine Recherche
ich habe ein Hostingpaket bei strato, die zitierte FAQ beziehen sich auf managed server.
Ich bin mittlerweile weiter:
1. ich habe meine .htaccess händisch um [FONT=courier new]mod_gzip_on Yes[/FONT] erweitert und
2. eine entsprechende .[FONT=courier new]htacces [/FONT]auf meinem cdn-"server" erstellt.Nunmehr wird alles, bis auf Drittinhalte, ordentlich komprimiert.
VG
A. -
Sieht so aus, als wäre das Problem eingegrenzt worden.
-
Hallo,
das war es leider nicht. Ich denke mod deflate.c ist auch schon in meiner htacess vorhanden.
Hier die vollständige:
Apache Configuration
Alles anzeigen# BEGIN W3TC Browser Cache <IfModule mod_mime.c> AddType text/css .css AddType application/x-javascript .js AddType text/x-component .htc AddType text/html .html .htm AddType text/richtext .rtf .rtx AddType image/svg+xml .svg .svgz AddType text/plain .txt AddType text/xsd .xsd AddType text/xsl .xsl AddType text/xml .xml AddType video/asf .asf .asx .wax .wmv .wmx AddType video/avi .avi AddType image/bmp .bmp AddType application/java .class AddType video/divx .divx AddType application/msword .doc .docx AddType application/vnd.ms-fontobject .eot AddType application/x-msdownload .exe AddType image/gif .gif AddType application/x-gzip .gz .gzip AddType image/x-icon .ico AddType image/jpeg .jpg .jpeg .jpe AddType application/vnd.ms-access .mdb AddType audio/midi .mid .midi AddType video/quicktime .mov .qt AddType audio/mpeg .mp3 .m4a AddType video/mp4 .mp4 .m4v AddType video/mpeg .mpeg .mpg .mpe AddType application/vnd.ms-project .mpp AddType application/x-font-otf .otf AddType application/vnd.oasis.opendocument.database .odb AddType application/vnd.oasis.opendocument.chart .odc AddType application/vnd.oasis.opendocument.formula .odf AddType application/vnd.oasis.opendocument.graphics .odg AddType application/vnd.oasis.opendocument.presentation .odp AddType application/vnd.oasis.opendocument.spreadsheet .ods AddType application/vnd.oasis.opendocument.text .odt AddType audio/ogg .ogg AddType application/pdf .pdf AddType image/png .png AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx AddType audio/x-realaudio .ra .ram AddType application/x-shockwave-flash .swf AddType application/x-tar .tar AddType image/tiff .tif .tiff AddType application/x-font-ttf .ttf .ttc AddType audio/wav .wav AddType audio/wma .wma AddType application/vnd.ms-write .wri AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw AddType application/zip .zip </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/css A31536000 ExpiresByType application/x-javascript A31536000 ExpiresByType text/x-component A31536000 ExpiresByType text/html A3600 ExpiresByType text/richtext A3600 ExpiresByType image/svg+xml A3600 ExpiresByType text/plain A3600 ExpiresByType text/xsd A3600 ExpiresByType text/xsl A3600 ExpiresByType text/xml A3600 ExpiresByType video/asf A31536000 ExpiresByType video/avi A31536000 ExpiresByType image/bmp A31536000 ExpiresByType application/java A31536000 ExpiresByType video/divx A31536000 ExpiresByType application/msword A31536000 ExpiresByType application/vnd.ms-fontobject A31536000 ExpiresByType application/x-msdownload A31536000 ExpiresByType image/gif A31536000 ExpiresByType application/x-gzip A31536000 ExpiresByType image/x-icon A31536000 ExpiresByType image/jpeg A31536000 ExpiresByType application/vnd.ms-access A31536000 ExpiresByType audio/midi A31536000 ExpiresByType video/quicktime A31536000 ExpiresByType audio/mpeg A31536000 ExpiresByType video/mp4 A31536000 ExpiresByType video/mpeg A31536000 ExpiresByType application/vnd.ms-project A31536000 ExpiresByType application/x-font-otf A31536000 ExpiresByType application/vnd.oasis.opendocument.database A31536000 ExpiresByType application/vnd.oasis.opendocument.chart A31536000 ExpiresByType application/vnd.oasis.opendocument.formula A31536000 ExpiresByType application/vnd.oasis.opendocument.graphics A31536000 ExpiresByType application/vnd.oasis.opendocument.presentation A31536000 ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000 ExpiresByType application/vnd.oasis.opendocument.text A31536000 ExpiresByType audio/ogg A31536000 ExpiresByType application/pdf A31536000 ExpiresByType image/png A31536000 ExpiresByType application/vnd.ms-powerpoint A31536000 ExpiresByType audio/x-realaudio A31536000 ExpiresByType image/svg+xml A31536000 ExpiresByType application/x-shockwave-flash A31536000 ExpiresByType application/x-tar A31536000 ExpiresByType image/tiff A31536000 ExpiresByType application/x-font-ttf A31536000 ExpiresByType audio/wav A31536000 ExpiresByType audio/wma A31536000 ExpiresByType application/vnd.ms-write A31536000 ExpiresByType application/vnd.ms-excel A31536000 ExpiresByType application/zip A31536000 </IfModule> <IfModule mod_deflate.c> <IfModule mod_setenvif.c> BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html </IfModule> <IfModule mod_headers.c> Header append Vary User-Agent env=!dont-vary </IfModule> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE text/css application/x-javascript text/x-component text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon </IfModule> </IfModule> <FilesMatch "\.(css|js|htc|CSS|JS|HTC)$"> <IfModule mod_headers.c> Header set Pragma "public" Header append Cache-Control "public, must-revalidate, proxy-revalidate" </IfModule> FileETag None <IfModule mod_headers.c> Header set X-Powered-By "W3 Total Cache/0.9.2.4" </IfModule> </FilesMatch> <FilesMatch "\.(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|SVGZ|TXT|XSD|XSL|XML)$"> <IfModule mod_headers.c> Header set Pragma "public" Header append Cache-Control "public, must-revalidate, proxy-revalidate" </IfModule> FileETag None <IfModule mod_headers.c> Header set X-Powered-By "W3 Total Cache/0.9.2.4" </IfModule> </FilesMatch> <FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|WAV|WMA|WRI|XLA|XLS|XLSX|XLT|XLW|ZIP)$"> <IfModule mod_headers.c> Header set Pragma "public" Header append Cache-Control "public, must-revalidate, proxy-revalidate" </IfModule> FileETag None <IfModule mod_headers.c> Header set X-Powered-By "W3 Total Cache/0.9.2.4" </IfModule> </FilesMatch> # END W3TC Browser Cache AddType application/x-javascript .js AddType text/css .css AddType text/xml .xml AddType text/x-vcard .vcf # 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> # END WordPress -
Hallo zusammen,
ich habe einen wordpress blog 3.4 auf der Domain http://www.hellinger.eu laufen und dort das W3 Total Cache Plugin installiert.
Ich habe dort einen Haken bei Enable HTTP (gzip) compression gemacht.
In meiner .htaccess erscheint auch
Code</IfModule> <IfModule mod_deflate.c> <IfModule mod_setenvif.c> BrowserMatch ^Mozilla/4 gzip-only-text/html ....Auf Testseiten erscheint immer, dass gzip prinzipiell läuft, dennoch gibt mir
http://www.webpagetest.comZitatAlles anzeigenUse gzip compression for transferring compressable responses: 67/100
312.4 KB total in compressible text, target size = 209.6 KB - potential savings = 102.8 KB
FAILED - (48.5 KB, compressed = 17.1 KB - savings of 31.4 KB) - http://www.hellinger.eu/wp-content/plu….js?ver=6.0.0.3
FAILED - (32.9 KB, compressed = 6.9 KB - savings of 26.0 KB) - http://cdn.hellinger.eu/wp-content/themes/yoko/style.css
FAILED - (22.4 KB, compressed = 8.9 KB - savings of 13.5 KB) - http://www.hellinger.eu/wp-content/plu…in.js?ver=3.4.2
FAILED - (11.9 KB, compressed = 1.9 KB - savings of 9.9 KB) - http://www.hellinger.eu/wp-content/plu…ault/sprite.css
FAILED - (15.1 KB, compressed = 6.1 KB - savings of 9.1 KB) - http://www.hellinger.eu/wp-content/plu…min.js?ver=3.18
FAILED - (7.2 KB, compressed = 2.2 KB - savings of 4.9 KB) - http://www.hellinger.eu/wp-content/plu…ts.js?ver=3.3.1
FAILED - (5.8 KB, compressed = 2.5 KB - savings of 3.3 KB) - http://www.hellinger.eu/wp-content/plu…nt.js?ver=3.4.2
FAILED - (5.5 KB, compressed = 2.2 KB - savings of 3.2 KB) - http://dtym7iokkjlif.cloudfront.net/dough/1.0/recipe.js
FAILED - (3.1 KB, compressed = 1.6 KB - savings of 1.5 KB) - http://cdn.hellinger.eu/wp-content/the…roll.js?ver=1.0
FAILED - (33.3 KB, compressed = 33.3 KB - savings of 0.0 KB) - http://themes.googleusercontent.com/static/fonts/p…CrLDT6JD44Q.eotund pagespeed insight
ZitatKomprimierung aktivieren
Compressing resources with gzip or deflate can reduce the number of bytes sent over the network.
Learn more
Suggestions for this pageDie Komprimierung der folgenden Ressourcen mit gzip könnte ihre Übertragungsgröße um 100,8 KiB verringern (Reduzierung um 69 %).
- Durch die Komprimierung von http://www.hellinger.eu/.../jquery.shareaholic-publishers-sb.min.js?... könnten Sie 31,3 KiB einsparen (Reduzierung um 65 %).
- Durch die Komprimierung von http://cdn.hellinger.eu/wp-content/themes/yoko/style.css könnten Sie 26 KiB einsparen (Reduzierung um 80 %).
- Durch die Komprimierung von http://www.hellinger.eu/.../jquery.tagcanvas.min.js?... könnten Sie 13,5 KiB einsparen (Reduzierung um 61 %).
- Durch die Komprimierung von http://www.hellinger.eu/.../sprite.css könnten Sie 9,9 KiB einsparen (Reduzierung um 86 %).
- Durch die Komprimierung von http://www.hellinger.eu/.../jquery.form.min.js?... könnten Sie 9,1 KiB einsparen (Reduzierung um 61 %).
- Durch die Komprimierung von http://www.hellinger.eu/.../scripts.js?... könnten Sie 4,9 KiB einsparen (Reduzierung um 73 %).
- Durch die Komprimierung von http://www.hellinger.eu/.../front.js?... könnten Sie 3,3 KiB einsparen (Reduzierung um 61 %).
- Durch die Komprimierung von http://cdn.hellinger.eu/.../smoothscroll.js?... könnten Sie 1,5 KiB einsparen (Reduzierung um 55 %).
- Durch die Komprimierung von http://www.hellinger.eu/.../screen.css?... könnten Sie 603 B einsparen (Reduzierung um 59 %).
- Durch die Komprimierung von http://www.hellinger.eu/.../styles.css?... könnten Sie 494 B einsparen (Reduzierung um 55 %).
- Durch die Komprimierung von http://cdn.hellinger.eu/.../comment-reply.js?... könnten Sie 374 B einsparen (Reduzierung
das gzip aktiviert werden soll.
Habt Ihr eine Idee, woran das liegen könnte?
Vielen Dank im Voraus!
Alex -
und wie?
Ich suche auch nach einer Möglichkeit, die Spalten variabel anzupassen. -
Hallo, Du fragst nach Rechtsberatung, welche Dir die meisten hier nicht beantworten können, ohne eine Ordnungswidrigkeit zu begehen. Auch Du begehst eine Ordnungswidrigkeit, wenn Du eine Rechtsdienstleistung (Erstellen eines Impressums) für deinen Auftraggeber erbringst.
Wenn Dein Auftraggeber Unterstützung möchtest, welche über ein allgemeines Angebot (z.B. http://www.e-recht24.de) hinausgehen, dann sollte er einen Rechtsanwalt beauftragen.
-
Hallo, ich benutze seit ca. 1 Monat wordpress. Ich habe zusätzlich das seo-plugin von yoost de valk (ich erwähne das, weil es evtl. wichtig ist)
Mir ist vor einiger Zeit bei der google-suche aufgefallen, dass die Überschrift des snippet den "title" doppelt anzeigt.
Mittlerweile hat google das korrigiert, aber bing und yahoo zeigt es immer noch falsch an.
Ich habe mal einen Onlinetest gemacht mit dem Ergebnis, dass angeblich die meta tags "title" and "description" doppelt seien.
nun suche ich, wo ich evtl. den Eintrag doppelt gemacht haben könnte.
Habt Ihr vielleicht eine Idee?
Die Website lautet http://www.hellinger.eu
die Suchbegriffe waren logischerweise "Kanzlei" und "hellinger".Vielen Dank im Voraus