Beiträge von elhabib

    Hallo Leute

    Ich bin neu hier (verwende Wordpress allerdings bereits seit 2 Jahren).

    Derzeit ist meine Seite auf WP 2.5.1 und ich hab leider ziemliche probleme auf meinem Server (ein dezidierter Server bei Hetzner wo ein paar seiten drauf laufen)..

    Eine Abfrage mit

    [FONT=&quot]tail -f /var/log/mysql/mysql-slow.log[/FONT]

    ergibt neben einigen wenigen anderen Abfragen eine ziemliche Flut an Abfragen die von Wordpress kommen und IMMER Gleich sind:

    Code
    # Time: 081002 15:09:59
    # User@Host: elhabib[elhabib] @ localhost []
    # Query_time: 0  Lock_time: 0  Rows_sent: 994  Rows_examined: 11892
    SELECT DISTINCT c.comment_author FROM wp_comments as c LEFT JOIN wp_posts as p ON p.ID=c.comment_post_ID WHERE p.post_status IN ('publish','static') AND c.comment_type <> 'trackback' AND c.comment_type <> 'pingback' AND c.comment_author <> '' AND p.post_password ='' AND c.comment_approved = '1' ORDER BY RAND();

    Hat jemand eine Ahnung woher die Abfrage kommt??

    Würd mich über eine Antwort von einem Experten freuen ;)

    lg
    Roland