@ Ammaletu
APD:
APD - php bar
Lesenswert:
PHP Performance Profiling
Sag Bescheid, wenn du deinen Übeltäter gefunden hast. Ich tippe ja auf preg_replace
Mein Server:
Apache/2.2.3 (Debian) mod_jk/1.2.18 PHP/5.2.0-8+etch10 mod_ssl/2.2.3 OpenSSL/0.9.8c
Zu WP-Super Cache, ich habe das in deren Doku nicht gefunden, aber die Vorgängerversion WP Cache hat Kommentare verwendet um bestimmte Bereiche dynamisch zu belassen, z.B.:
PHP-Code:
<!--mfunc vote_poll() -->
<?php if (function_exists('vote_poll') && !$in_pollsarchive): ?>
<li>
<h2>Aktuelle Umfrage</h2>
<ul>
<li><?php get_poll();?></li>
</ul>
<?php display_polls_archive_link(); ?>
</li>
<?php endif; ?>
<!--/mfunc-->
Für meine Umfrage. Ich habe aber noch nicht getestet, ob es funktioniert...
@ Monika
Ich hatte zum Testen alle Plugins deaktiviert, die sind ausnahmsweise alle samt unschuldig und meine error_logs kenne ich schon auswendig.
Einzig FeedStats zickt mit WP Super Cache, die Zahlen für die Statistik gingen arg nach unten. Ein kleines Übel...