Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.

Hosteurope Virtual Server Managed 5.0 L stürzt ständig ab

Forum rund um das Thema Hardware für Webmaster.
Synonym
PostRank 10
PostRank 10
Beiträge: 3708
Registriert: 09.08.2008, 02:55

Beitrag von Synonym » 06.10.2011, 11:21

Aber mal so als Anmerkung - hat aber nichts mit der DB zu tun....

Bezüglich
Facebook, Twitter & Google+ Social Widgets und
Google Analytics for WordPress

Alle Scripte werden mehrfach geladen.

Anzeige von ABAKUS

von Anzeige von ABAKUS »


Hochwertiger Linkaufbau bei ABAKUS:
  • Google-konformer Linkaufbau
  • nachhaltiges Ranking
  • Linkbuilding Angebote zu fairen Preisen
  • internationale Backlinks
Wir bieten Beratung und Umsetzung.
Jetzt anfragen: 0511 / 300325-0

surf4all
PostRank 5
PostRank 5
Beiträge: 218
Registriert: 08.02.2010, 16:47

Beitrag von surf4all » 06.10.2011, 11:31

Ich hab jetzt mal Debug Queries installiert kannst mir sagen wo ich das Ergebnis sehe es soll dann wohl im quelltest stehen

Synonym
PostRank 10
PostRank 10
Beiträge: 3708
Registriert: 09.08.2008, 02:55

Beitrag von Synonym » 06.10.2011, 11:41

Also die Queries müssten dann ganz unten im Footer stehen.

Anzeige von ABAKUS

von Anzeige von ABAKUS »

Content Erstellung von ABAKUS Internet Marketing
Ihre Vorteile:
  • einzigartige Texte
  • suchmaschinenoptimierte Inhalte
  • eine sinnvolle Content-Strategie
  • Beratung und Umsetzung
Jetzt anfragen: 0511 / 300325-0

Synonym
PostRank 10
PostRank 10
Beiträge: 3708
Registriert: 09.08.2008, 02:55

Beitrag von Synonym » 06.10.2011, 11:44

Also das
<?php echo $wpdb->num_queries; ?>q, <?php timer_stop(1); ?>s
liefert nur die Anzahl. Das PlugIn liefert auch die Queries selbst, deren Laufzeit etc.

Aber, halt auch nicht per Default, das muss man aktivieren:
Dabei fällt die Konstante SAVEQUERIES auf, die im Standard nicht in der wp-config.php definiert ist. Setzt man diese Konstante auf TRUE, dann sind weitere Möglichkeiten offen.
Also in die Config ein:
define('SAVEQUERIES', true);
Wobei das das PlugIn wahrscheinlich selbst macht.

und beachte:
Außerdem wird die Analyse nur gestartet und das Ergebnis ausgeben, wenn man als Administrator eingeloggt ist.

Memorandum
PostRank 1
PostRank 1
Beiträge: 7
Registriert: 09.06.2007, 21:26
Wohnort: Auf Reisen

Beitrag von Memorandum » 06.10.2011, 11:50

surf4all hat geschrieben:Diese Plugins habe ich
- Google XML Sitemaps
- Permalink Redirect
- WP No Category Base
- wpSEO
- wpSuggest
Also die 5 oben genannten Plugins kannst Du durch WordPress SEO by Yoast ersetzen, das erstellt XML Sitemaps, entfernt /category/ & trailing slashes aus den URLS und hat ein absolut cooles SEO Title Suggest-Feature... Vielleicht hilft das ja schon mal ein wenig beim Optimieren. :wink:

Synonym
PostRank 10
PostRank 10
Beiträge: 3708
Registriert: 09.08.2008, 02:55

Beitrag von Synonym » 06.10.2011, 12:06

also von denen hier gibt es ja schon mal eine ganze Menge:
Time: 5,4836273193359E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '431' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Weiß der Geier warum. Das kann wohl nur WP oder der PlugIn-Entwickler erklären. Oder im Template ist was falsch eingebaut.

Ist denn der QCache von Mysql überhaupt aktiviert?

surf4all
PostRank 5
PostRank 5
Beiträge: 218
Registriert: 08.02.2010, 16:47

Beitrag von surf4all » 06.10.2011, 12:08

Oha das hier ist ein kleiner Auszug da steht soviel drin

Time: 8,7976455688477E-5
Query: SELECT option_value FROM imstylewp_options WHERE option_name = 'dynwid_page_limit' LIMIT 1
Call from: require, require_once, require_once, require_once, include_once, get_option
Time: 0,00011396408081055
Query: SELECT * FROM imstylewp_users WHERE user_login = 'admin'
Call from: require, require_once, require_once, require_once, WP->init, wp_get_current_user, get_currentuserinfo, wp_validate_auth_cookie, get_userdatabylogin, get_user_by
Time: 7,4863433837891E-5
Query: SELECT user_id, meta_key, meta_value FROM imstylewp_usermeta WHERE user_id IN (1)
Call from: require, require_once, require_once, require_once, WP->init, wp_get_current_user, get_currentuserinfo, wp_validate_auth_cookie, get_userdatabylogin, get_user_by, _fill_user, get_user_metavalues, update_meta_cache
Time: 0,00051999092102051
Query: SHOW TABLES LIKE 'imstylewp_dynamic_widgets'
Call from: require, require_once, require_once, require_once, do_action, call_user_func_array, dynwid_init, dynWid->__construct
Time: 0,00012016296386719
Query: SELECT imstylewp_redirection_items.*,imstylewp_redirection_groups.tracking,imstylewp_redirection_groups.position AS group_pos,imstylewp_redirection_modules.id AS module_id FROM imstylewp_redirection_items INNER JOIN imstylewp_redirection_groups ON imstylewp_redirection_groups.id=imstylewp_redirection_items.group_id AND imstylewp_redirection_groups.status='enabled' INNER JOIN imstylewp_redirection_modules ON imstylewp_redirection_modules.id=imstylewp_redirection_groups.module_id AND imstylewp_redirection_modules.type='wp' WHERE( imstylewp_redirection_items.regex=1 OR imstylewp_redirection_items.url='/')
Call from: require, require_once, require_once, require_once, do_action, call_user_func_array, WordPress_Module->init, Red_Item->get_for_url
Time: 0,00010585784912109
Query: SELECT term_taxonomy_id FROM imstylewp_term_taxonomy WHERE taxonomy = 'category' AND term_id IN (4210,4251,4252,4253,4254,4255,4256,4257,4258,4259,4317)
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, WP_Tax_Query->get_sql, WP_Tax_Query->clean_query, WP_Tax_Query->transform_query
Time: 0,07367992401123
Query: SELECT SQL_CALC_FOUND_ROWS imstylewp_posts.*, imstylewp_sticky.sticky_status FROM imstylewp_posts LEFT JOIN imstylewp_sticky ON imstylewp_sticky.sticky_post_id = imstylewp_posts.ID WHERE 1=1 AND ( imstylewp_posts.ID NOT IN ( SELECT object_id FROM imstylewp_term_relationships WHERE term_taxonomy_id IN (4275,4316,4317,4318,4319,4320,4321,4322,4323,4324,4382) ) ) AND imstylewp_posts.post_type = 'post' AND (imstylewp_posts.post_status = 'publish' OR imstylewp_posts.post_status = 'private') GROUP BY imstylewp_posts.ID ORDER BY (imstylewp_sticky.sticky_status = 2 AND imstylewp_sticky.sticky_status IS NOT NULL) DESC, DATE_FORMAT(imstylewp_posts.post_date,'%Y-%m-%d') DESC, (imstylewp_sticky.sticky_status = 1 AND imstylewp_sticky.sticky_status IS NULL) DESC, DATE_FORMAT(imstylewp_posts.post_date,'%T') DESC LIMIT 0, 10
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
Time: 9,5844268798828E-5
Query: SELECT FOUND_ROWS()
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
Time: 0,00017690658569336
Query: SELECT t.*, tt.*, tr.object_id FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (8042, 8145, 8080, 8010, 7986, 7904, 7825, 7826, 7775, 7772) ORDER BY t.name ASC
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, update_post_caches, update_object_term_cache, wp_get_object_terms
Time: 8,702278137207E-5
Query: SELECT post_id, meta_key, meta_value FROM imstylewp_postmeta WHERE post_id IN (8042,8145,8080,8010,7986,7904,7825,7826,7775,7772)
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, update_post_caches, update_postmeta_cache, update_meta_cache
Time: 9,2029571533203E-5
Query: SELECT DISTINCT widget_id FROM imstylewp_dynamic_widgets WHERE maintype LIKE 'front-page%' OR maintype IN ('date', 'role', 'browser', 'tpl', 'wpml', 'qt')
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, include, wptouch_core_header_enqueue, wp_head, do_action, call_user_func_array, dynwid_filter_widgets, dynwid_filter_init, require, dynWid->dwList
Time: 0,00010204315185547
Query: SELECT * FROM imstylewp_term_taxonomy INNER JOIN imstylewp_terms ON imstylewp_term_taxonomy.term_id = imstylewp_terms.term_id WHERE taxonomy = 'category' AND imstylewp_term_taxonomy.term_id NOT IN (0) AND count >= 1 ORDER BY count DESC LIMIT 0, 35
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list
Time: 8,1062316894531E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '191' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 7,2002410888672E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '293' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 6,3896179199219E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '294' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 8,2015991210938E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '4210' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,9843063354492E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '1' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,5074691772461E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '295' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,4121017456055E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '300' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,9127807617188E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '425' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,2928924560547E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '488' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,793571472168E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '496' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,2928924560547E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '4358' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,1975250244141E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '490' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,0067901611328E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '2567' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,1021575927734E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '2568' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_ancestors, get_term
Time: 5,8889389038086E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '3703' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,1975250244141E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '298' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,0001070499420166
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '452' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 6,0081481933594E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '301' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,8889389038086E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '716' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 5,1975250244141E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '957' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 6,8902969360352E-5
Query: SELECT * FROM imstylewp_term_taxonomy INNER JOIN imstylewp_terms ON imstylewp_term_taxonomy.term_id = imstylewp_terms.term_id WHERE taxonomy = 'post_tag' AND imstylewp_term_taxonomy.term_id NOT IN (0) AND count >= 1 ORDER BY count DESC LIMIT 0, 35
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list
Time: 5,8174133300781E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '1067' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,4121017456055E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '2805' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 8,7976455688477E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '10' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,6028366088867E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '54' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,1975250244141E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '445' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,1975250244141E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '4217' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,1021575927734E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '68' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,6028366088867E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '103' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,4121017456055E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '507' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,5074691772461E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '514' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,8889389038086E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '27' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,6028366088867E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '490' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,3167343139648E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '87' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,4836273193359E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '431' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 5,1975250244141E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '436' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 8,8214874267578E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '425' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 7,0810317993164E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '192' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 6,8902969360352E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '197' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 6,6995620727539E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '439' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 6,5088272094727E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '440' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 6,6995620727539E-5
Query: SELECT count(*) AS c FROM imstylewp_comments WHERE comment_type = '' AND comment_approved = 1 AND comment_post_ID = 8042
Call from: require, require_once, include, wptouch_get_comment_count
Time: 8,702278137207E-5
Query: SELECT imstylewp_posts.* FROM imstylewp_posts WHERE 1=1 AND imstylewp_posts.ID IN (8043,8146,8081,8016,8034,7934,7853,7827,7777,7773) AND imstylewp_posts.post_type = 'attachment' AND (imstylewp_posts.post_status = 'inherit') ORDER BY imstylewp_posts.post_date DESC

surf4all
PostRank 5
PostRank 5
Beiträge: 218
Registriert: 08.02.2010, 16:47

Beitrag von surf4all » 06.10.2011, 12:16

Qcache wo kann ich das aktivieren und was macht dieses

Synonym
PostRank 10
PostRank 10
Beiträge: 3708
Registriert: 09.08.2008, 02:55

Beitrag von Synonym » 06.10.2011, 12:17

Und oben drüber stand schon eine Antwort...

Diese ganzen Teile, die da so oft vorkommen und immer nur einen Datensatz selektieren scheinen wohl von WPtouch zu kommen.

Was sind denn die Gesamtwerte, also alle Queries?

surf4all
PostRank 5
PostRank 5
Beiträge: 218
Registriert: 08.02.2010, 16:47

Beitrag von surf4all » 06.10.2011, 12:29

Dann hau ich wptouch raus der misst

Meinst du dieses hier als gesamt?

Debug Queries by Frank Bültge, bueltge.de

» Deactivate after analysis!
Time: 0,00011801719665527
Query: SELECT option_value FROM imstylewp_options WHERE option_name = 'dynwid_page_limit' LIMIT 1
Call from: require, require_once, require_once, require_once, include_once, get_option
Time: 0,0001060962677002
Query: SELECT * FROM imstylewp_users WHERE user_login = 'admin'
Call from: require, require_once, require_once, require_once, WP->init, wp_get_current_user, get_currentuserinfo, wp_validate_auth_cookie, get_userdatabylogin, get_user_by
Time: 8,4161758422852E-5
Query: SELECT user_id, meta_key, meta_value FROM imstylewp_usermeta WHERE user_id IN (1)
Call from: require, require_once, require_once, require_once, WP->init, wp_get_current_user, get_currentuserinfo, wp_validate_auth_cookie, get_userdatabylogin, get_user_by, _fill_user, get_user_metavalues, update_meta_cache
Time: 0,00049686431884766
Query: SHOW TABLES LIKE 'imstylewp_dynamic_widgets'
Call from: require, require_once, require_once, require_once, do_action, call_user_func_array, dynwid_init, dynWid->__construct
Time: 0,00011706352233887
Query: SELECT imstylewp_redirection_items.*,imstylewp_redirection_groups.tracking,imstylewp_redirection_groups.position AS group_pos,imstylewp_redirection_modules.id AS module_id FROM imstylewp_redirection_items INNER JOIN imstylewp_redirection_groups ON imstylewp_redirection_groups.id=imstylewp_redirection_items.group_id AND imstylewp_redirection_groups.status='enabled' INNER JOIN imstylewp_redirection_modules ON imstylewp_redirection_modules.id=imstylewp_redirection_groups.module_id AND imstylewp_redirection_modules.type='wp' WHERE( imstylewp_redirection_items.regex=1 OR imstylewp_redirection_items.url='/')
Call from: require, require_once, require_once, require_once, do_action, call_user_func_array, WordPress_Module->init, Red_Item->get_for_url
Time: 0,00012898445129395
Query: SELECT term_taxonomy_id FROM imstylewp_term_taxonomy WHERE taxonomy = 'category' AND term_id IN (4210,4251,4252,4253,4254,4255,4256,4257,4258,4259,4317)
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, WP_Tax_Query->get_sql, WP_Tax_Query->clean_query, WP_Tax_Query->transform_query
Time: 0,04134202003479
Query: SELECT SQL_CALC_FOUND_ROWS imstylewp_posts.*, imstylewp_sticky.sticky_status FROM imstylewp_posts LEFT JOIN imstylewp_sticky ON imstylewp_sticky.sticky_post_id = imstylewp_posts.ID WHERE 1=1 AND ( imstylewp_posts.ID NOT IN ( SELECT object_id FROM imstylewp_term_relationships WHERE term_taxonomy_id IN (4275,4316,4317,4318,4319,4320,4321,4322,4323,4324,4382) ) ) AND imstylewp_posts.post_type = 'post' AND (imstylewp_posts.post_status = 'publish' OR imstylewp_posts.post_status = 'private') GROUP BY imstylewp_posts.ID ORDER BY (imstylewp_sticky.sticky_status = 2 AND imstylewp_sticky.sticky_status IS NOT NULL) DESC, DATE_FORMAT(imstylewp_posts.post_date,'%Y-%m-%d') DESC, (imstylewp_sticky.sticky_status = 1 AND imstylewp_sticky.sticky_status IS NULL) DESC, DATE_FORMAT(imstylewp_posts.post_date,'%T') DESC LIMIT 0, 10
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
Time: 0,00011706352233887
Query: SELECT FOUND_ROWS()
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
Time: 0,00018811225891113
Query: SELECT t.*, tt.*, tr.object_id FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (8042, 8145, 8080, 8010, 7986, 7904, 7825, 7826, 7775, 7772) ORDER BY t.name ASC
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, update_post_caches, update_object_term_cache, wp_get_object_terms
Time: 9,3936920166016E-5
Query: SELECT post_id, meta_key, meta_value FROM imstylewp_postmeta WHERE post_id IN (8042,8145,8080,8010,7986,7904,7825,7826,7775,7772)
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, update_post_caches, update_postmeta_cache, update_meta_cache
Time: 0,00010013580322266
Query: SELECT DISTINCT widget_id FROM imstylewp_dynamic_widgets WHERE maintype LIKE 'front-page%' OR maintype IN ('date', 'role', 'browser', 'tpl', 'wpml', 'qt')
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, include, wptouch_core_header_enqueue, wp_head, do_action, call_user_func_array, dynwid_filter_widgets, dynwid_filter_init, require, dynWid->dwList
Time: 0,0019998550415039
Query: SELECT * FROM imstylewp_term_taxonomy INNER JOIN imstylewp_terms ON imstylewp_term_taxonomy.term_id = imstylewp_terms.term_id WHERE taxonomy = 'category' AND imstylewp_term_taxonomy.term_id NOT IN (0) AND count >= 1 ORDER BY count DESC LIMIT 0, 35
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list
Time: 0,00020408630371094
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '191' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00021004676818848
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '293' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00038599967956543
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '294' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00020289421081543
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '4210' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00026988983154297
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '1' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00017094612121582
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '295' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00016999244689941
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '300' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00017499923706055
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '425' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,0001978874206543
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '488' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00020503997802734
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '496' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00017786026000977
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '4358' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00018000602722168
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '490' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00018811225891113
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '2567' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00017595291137695
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '2568' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_ancestors, get_term
Time: 0,00018501281738281
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '3703' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00017499923706055
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '298' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00018191337585449
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '452' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00019001960754395
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '301' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00016593933105469
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '716' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,00019288063049316
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '957' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, bnc_get_ordered_cat_list, get_category_link, get_term_link, get_term
Time: 0,034998893737793
Query: SELECT * FROM imstylewp_term_taxonomy INNER JOIN imstylewp_terms ON imstylewp_term_taxonomy.term_id = imstylewp_terms.term_id WHERE taxonomy = 'post_tag' AND imstylewp_term_taxonomy.term_id NOT IN (0) AND count >= 1 ORDER BY count DESC LIMIT 0, 35
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list
Time: 0,00033998489379883
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '1067' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00018405914306641
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '2805' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00017118453979492
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '10' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00016498565673828
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '54' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00017285346984863
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '445' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00018692016601562
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '4217' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00016593933105469
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '68' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00017690658569336
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '103' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00018095970153809
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '507' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00018596649169922
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '514' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00015592575073242
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '27' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00017094612121582
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '490' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,0001530647277832
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '87' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00030303001403809
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '431' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00021600723266602
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '436' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,0001678466796875
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '425' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00015902519226074
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '192' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,0001678466796875
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '197' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00017714500427246
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '439' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00016999244689941
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' AND t.term_id = '440' LIMIT 1
Call from: require, require_once, include, get_header, locate_template, load_template, require_once, wptouch_ordered_tag_list, get_tag_link, get_term_link, get_term
Time: 0,00022482872009277
Query: SELECT count(*) AS c FROM imstylewp_comments WHERE comment_type = '' AND comment_approved = 1 AND comment_post_ID = 8042
Call from: require, require_once, include, wptouch_get_comment_count
Time: 9,3936920166016E-5
Query: SELECT imstylewp_posts.* FROM imstylewp_posts WHERE 1=1 AND imstylewp_posts.ID IN (8043,8146,8081,8016,8034,7934,7853,7827,7777,7773) AND imstylewp_posts.post_type = 'attachment' AND (imstylewp_posts.post_status = 'inherit') ORDER BY imstylewp_posts.post_date DESC
Call from: require, require_once, include, the_post_thumbnail, get_the_post_thumbnail, update_post_thumbnail_cache, get_posts, WP_Query->query, WP_Query->get_posts
Time: 7,7962875366211E-5
Query: SELECT post_id, meta_key, meta_value FROM imstylewp_postmeta WHERE post_id IN (8146,8081,8043,8034,8016,7934,7853,7827,7777,7773)
Call from: require, require_once, include, the_post_thumbnail, get_the_post_thumbnail, update_post_thumbnail_cache, get_posts, WP_Query->query, WP_Query->get_posts, update_post_caches, update_postmeta_cache, update_meta_cache
Time: 0,053735017776489
Query: SELECT DISTINCT ID,post_title,post_date,post_content,MATCH(post_title,post_content) AGAINST ('Artdeco Pure Mineral Eyeshadows Für alle Mineral-Fans: Jetzt gibt es in der <a href=\"httphttp://www.imstyle.de/2011/09/22/artdeco-pure- ... pflege/://\" target=\"_blank\">Pure Minerals</a> Serie auch Mineral Eyeshadows von <a title=\"ARTDECO â&#65533;&#65533; forever glam\" href=\"https://www.imstyle.de/2011/09/29/artdeco-forever-glam/\" target=\"_blank\">Artdeco</a>! Die <a title=\"ARTDECO Pure Minerals â&#65533;&#65533; Dekorativ & Pflege\" href=\"https://www.imstyle.de/2011/09/22/artde ... iv-pflege/\" target=\"_blank\">Artdeco Pure Mineral</a> Eyeshadows gibt es (zur Zeit) in 18 (!) verschiedenen Farben! Die Lidschatten lassen sich wie gewohnt einzeln zusammenstellen und in den Artdeco Magnetboxen aufbewahren! &nbsp; <span style=\"text-decoration: underline;\">Das besondere an diesen Pure Mineral Eyeshadows:</span> <em>Ein besonders hoher Mineralgehalt und der Verzicht auf synthetische Farbstoffe sowie Duft- und Konservierungsstoffe zeichnen diesen besonderen Lidschatten aus. Dabei pflegt ein Mineralkomplex bestehend aus Magnesium, Kalium, Zink und Sodium die empfindliche Augenpartie, ohne auf leuchtende Farbintensität zu verzichten.</em> &nbsp; 4 der Pure Mineral Eyeshadows werde ich Euch jetzt mal näher zeigen: - 810 Pure Glowing Diamond - 820 Pure Golden Sand - 889 Pure Delicate Plum - 849 Pure Mystic Brown [caption id=\"attachment_8044\" align=\"alignleft\" width=\"300\" caption=\"Artedeco Pure Minerals Eyeshadows 810, 820, 889, 849 v.l.n.r.\"]<a href=\"https://www.imstyle.de/2011/10/05/artde ... /p1020990/\" rel=\"attachment wp-att-8044\"><img class=\"size-medium wp-image-8044\" title=\"Artedeco Pure Minerals Eyeshadows\" src=\"https://www.imstyle.de/wp-content/uploa ... 00x124.jpg\" alt=\"Artedeco Pure Minerals Eyeshadows\" width=\"300\" height=\"124\" /></a>[/caption] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wie Ihr seht hab ich schon etwas in den e/s gewühlt :) Die Farben sind aber auch echt schön! Die musste ich gleich ausprobieren! Und ich hab sie auch geswatched: [caption id=\"attachment_8047\" align=\"alignleft\" width=\"300\" caption=\"Artdeco Pure Mineral Lidschatten\"]<a href=\"https://www.imstyle.de/2011/10/05/artde ... /p1020976/\" rel=\"attachment wp-att-8047\"><img class=\"size-medium wp-image-8047\" title=\"Artdeco Pure Minerals Lidschatten\" src=\"https://www.imstyle.de/wp-content/uploa ... 00x180.jpg\" alt=\"Artdeco Pure Minerals Lidschatten\" width=\"300\" height=\"180\" /></a>[/caption] &nbsp; &nbsp; &nbsp; (---- zum VergröÃ&#65533;ern wie immer auf die Bilder klicken ;) &nbsp; &nbsp; &nbsp; &nbsp; [caption id=\"attachment_8048\" align=\"alignleft\" width=\"300\" caption=\"Artdeco Pure Minerals\"]<a href=\"https://www.imstyle.de/2011/10/05/artde ... /p1020985/\" rel=\"attachment wp-att-8048\"><img class=\"size-medium wp-image-8048\" title=\"Artdeco Pure MInerals\" src=\"https://www.imstyle.de/wp-content/uploa ... 00x152.jpg\" alt=\"Artdeco Pure MInerals\" width=\"300\" height=\"152\" /></a>[/caption] &nbsp; Die 810 ist ein leuchtendes WeiÃ&#65533; mit ordentlich Gefunkel, der dem e/s wunderschöne pinke Reflexe/Schimmer verleiht. Die 820 ist ein überraschender goldener, sandfarbener Ton mit pinkem Reflex. Die 889 ist ein toller Pflaumen-Ton mit leichtem pinkem Reflex und die 849 ist ein kräftiges, dunkles Braun mit pinkem und grünem, feinem Glitzer. Wirklich sehr schöne Farben und nicht 08/15! Ich trage unter Lidschatten immer eine Base und dies würd ich bei diesen e/s auch empfehlen, da dann diese spannenden Reflexe erst richtig gut zur Geltung kommen! Obwohl (vorallem in 810) ordentlich Glitzer enthalten ist, hatte ich überhaupt keinen Fallout!!! Die Pure Mineral Lidschatten sind gut pigmentiert, die Deckkraft lässt sich gut aufbauen und sie lassen sich ganz easy verblenden! &nbsp; <em><span style=\"font-size: medium;\">Ich finde hier nichts zu meckern! Ganz im Gegenteil: Eine geschmeidige Textur, frei von den \"bösen\" Zusatzstoffen, pflegend, gut verträglich und tolle Farben! Ich habe schon einige von den \"normalen\" Artdeco Lidschatten und wie es aussieht, brauche ich jetzt noch mehr Boxen ;)</span></em> &nbsp; Preis je Lidschatten: 5,80â&#65533;¬ Inhalt: ? &nbsp; &nbsp; &nbsp; &nbsp;') AS score FROM imstylewp_posts WHERE MATCH (post_title,post_content) AGAINST ('Artdeco Pure Mineral Eyeshadows Für alle Mineral-Fans: Jetzt gibt es in der <a href=\"httphttp://www.imstyle.de/2011/09/22/artdeco-pure- ... pflege/://\" target=\"_blank\">Pure Minerals</a> Serie auch Mineral Eyeshadows von <a title=\"ARTDECO â&#65533;&#65533; forever glam\" href=\"https://www.imstyle.de/2011/09/29/artdeco-forever-glam/\" target=\"_blank\">Artdeco</a>! Die <a title=\"ARTDECO Pure Minerals â&#65533;&#65533; Dekorativ & Pflege\" href=\"https://www.imstyle.de/2011/09/22/artde ... iv-pflege/\" target=\"_blank\">Artdeco Pure Mineral</a> Eyeshadows gibt es (zur Zeit) in 18 (!) verschiedenen Farben! Die Lidschatten lassen sich wie gewohnt einzeln zusammenstellen und in den Artdeco Magnetboxen aufbewahren! &nbsp; <span style=\"text-decoration: underline;\">Das besondere an diesen Pure Mineral Eyeshadows:</span> <em>Ein besonders hoher Mineralgehalt und der Verzicht auf synthetische Farbstoffe sowie Duft- und Konservierungsstoffe zeichnen diesen besonderen Lidschatten aus. Dabei pflegt ein Mineralkomplex bestehend aus Magnesium, Kalium, Zink und Sodium die empfindliche Augenpartie, ohne auf leuchtende Farbintensität zu verzichten.</em> &nbsp; 4 der Pure Mineral Eyeshadows werde ich Euch jetzt mal näher zeigen: - 810 Pure Glowing Diamond - 820 Pure Golden Sand - 889 Pure Delicate Plum - 849 Pure Mystic Brown [caption id=\"attachment_8044\" align=\"alignleft\" width=\"300\" caption=\"Artedeco Pure Minerals Eyeshadows 810, 820, 889, 849 v.l.n.r.\"]<a href=\"https://www.imstyle.de/2011/10/05/artde ... /p1020990/\" rel=\"attachment wp-att-8044\"><img class=\"size-medium wp-image-8044\" title=\"Artedeco Pure Minerals Eyeshadows\" src=\"https://www.imstyle.de/wp-content/uploa ... 00x124.jpg\" alt=\"Artedeco Pure Minerals Eyeshadows\" width=\"300\" height=\"124\" /></a>[/caption] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wie Ihr seht hab ich schon etwas in den e/s gewühlt :) Die Farben sind aber auch echt schön! Die musste ich gleich ausprobieren! Und ich hab sie auch geswatched: [caption id=\"attachment_8047\" align=\"alignleft\" width=\"300\" caption=\"Artdeco Pure Mineral Lidschatten\"]<a href=\"https://www.imstyle.de/2011/10/05/artde ... /p1020976/\" rel=\"attachment wp-att-8047\"><img class=\"size-medium wp-image-8047\" title=\"Artdeco Pure Minerals Lidschatten\" src=\"https://www.imstyle.de/wp-content/uploa ... 00x180.jpg\" alt=\"Artdeco Pure Minerals Lidschatten\" width=\"300\" height=\"180\" /></a>[/caption] &nbsp; &nbsp; &nbsp; (---- zum VergröÃ&#65533;ern wie immer auf die Bilder klicken ;) &nbsp; &nbsp; &nbsp; &nbsp; [caption id=\"attachment_8048\" align=\"alignleft\" width=\"300\" caption=\"Artdeco Pure Minerals\"]<a href=\"https://www.imstyle.de/2011/10/05/artde ... /p1020985/\" rel=\"attachment wp-att-8048\"><img class=\"size-medium wp-image-8048\" title=\"Artdeco Pure MInerals\" src=\"https://www.imstyle.de/wp-content/uploa ... 00x152.jpg\" alt=\"Artdeco Pure MInerals\" width=\"300\" height=\"152\" /></a>[/caption] &nbsp; Die 810 ist ein leuchtendes WeiÃ&#65533; mit ordentlich Gefunkel, der dem e/s wunderschöne pinke Reflexe/Schimmer verleiht. Die 820 ist ein überraschender goldener, sandfarbener Ton mit pinkem Reflex. Die 889 ist ein toller Pflaumen-Ton mit leichtem pinkem Reflex und die 849 ist ein kräftiges, dunkles Braun mit pinkem und grünem, feinem Glitzer. Wirklich sehr schöne Farben und nicht 08/15! Ich trage unter Lidschatten immer eine Base und dies würd ich bei diesen e/s auch empfehlen, da dann diese spannenden Reflexe erst richtig gut zur Geltung kommen! Obwohl (vorallem in 810) ordentlich Glitzer enthalten ist, hatte ich überhaupt keinen Fallout!!! Die Pure Mineral Lidschatten sind gut pigmentiert, die Deckkraft lässt sich gut aufbauen und sie lassen sich ganz easy verblenden! &nbsp; <em><span style=\"font-size: medium;\">Ich finde hier nichts zu meckern! Ganz im Gegenteil: Eine geschmeidige Textur, frei von den \"bösen\" Zusatzstoffen, pflegend, gut verträglich und tolle Farben! Ich habe schon einige von den \"normalen\" Artdeco Lidschatten und wie es aussieht, brauche ich jetzt noch mehr Boxen ;)</span></em> &nbsp; Preis je Lidschatten: 5,80â&#65533;¬ Inhalt: ? &nbsp; &nbsp; &nbsp; &nbsp;') AND post_date <= '2011-10-06 12:24:42' AND post_status = 'publish' AND id != 8042 AND post_type = 'post' ORDER BY score DESC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp
Time: 0,0001060962677002
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (7405) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_category, get_the_terms, wp_get_object_terms
Time: 0,00032901763916016
Query: SELECT * FROM imstylewp_posts WHERE ID = 7405 LIMIT 1
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_title, get_post
Time: 6,8902969360352E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (4665) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_category, get_the_terms, wp_get_object_terms
Time: 7,2956085205078E-5
Query: SELECT * FROM imstylewp_posts WHERE ID = 4665 LIMIT 1
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_title, get_post
Time: 7,1048736572266E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (7751) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_category, get_the_terms, wp_get_object_terms
Time: 7,2002410888672E-5
Query: SELECT * FROM imstylewp_posts WHERE ID = 7751 LIMIT 1
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_title, get_post
Time: 6,5088272094727E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (4657) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_category, get_the_terms, wp_get_object_terms
Time: 7,0095062255859E-5
Query: SELECT * FROM imstylewp_posts WHERE ID = 4657 LIMIT 1
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_title, get_post
Time: 6,0796737670898E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (433) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_category, get_the_terms, wp_get_object_terms
Time: 6,3180923461914E-5
Query: SELECT * FROM imstylewp_posts WHERE ID = 433 LIMIT 1
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_title, get_post
Time: 6,2942504882812E-5
Query: SELECT `fallback` FROM `imstylewp_adrotate_groups` WHERE `id` = '2';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 0,00040102005004883
Query: SELECT `imstylewp_adrotate`.`id`, `imstylewp_adrotate`.`maxclicks`, `imstylewp_adrotate`.`maxshown`, `imstylewp_adrotate`.`tracker`, `imstylewp_adrotate`.`weight`, `imstylewp_adrotate`.`updated` FROM `imstylewp_adrotate`, `imstylewp_adrotate_linkmeta` WHERE `imstylewp_adrotate_linkmeta`.`group` = '2' AND `imstylewp_adrotate_linkmeta`.`block` = 0 AND `imstylewp_adrotate_linkmeta`.`user` = 0 AND `imstylewp_adrotate`.`id` = `imstylewp_adrotate_linkmeta`.`ad` AND `imstylewp_adrotate`.`active` = 'yes' AND `imstylewp_adrotate`.`type` = 'manual' AND `imstylewp_adrotate`.`startshow` <= '1317903882' AND `imstylewp_adrotate`.`endshow` >= '1317903882' ;
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 5,3882598876953E-5
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '33';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 4,4822692871094E-5
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '35';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 4,5061111450195E-5
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '40';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 5,1975250244141E-5
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '41';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 4,6014785766602E-5
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '47';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 4,5061111450195E-5
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '58';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 4,4107437133789E-5
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '59';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 4,4107437133789E-5
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '60';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 4,3869018554688E-5
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '61';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 5,1975250244141E-5
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '62';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 5,2928924560547E-5
Query: SELECT `id`, `bannercode`, `tracker`, `link`, `image` FROM `imstylewp_adrotate` WHERE `id` = '41';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group, adrotate_ad
Time: 0,01684308052063
Query: SELECT COUNT(*) FROM `imstylewp_adrotate_tracker` WHERE `ipaddress` = '2.206.0.5' AND `stat` = 'i' AND `timer` < '1317899982' AND `bannerid` = '41' LIMIT 1;
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group, adrotate_ad
Time: 0,00049805641174316
Query: SELECT `id` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '41' AND `group` = '2' AND `thetime` = '1317859200';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group, adrotate_ad
Time: 0,00039815902709961
Query: UPDATE `imstylewp_adrotate_stats_tracker` SET `impressions` = `impressions` + 1 WHERE `id` = '9014';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group, adrotate_ad
Time: 0,00043892860412598
Query: INSERT INTO `imstylewp_adrotate_tracker` (`ipaddress`, `timer`, `bannerid`, `stat`, `useragent`) VALUES ('2.206.0.5', '1317900282', '41', 'i', '');
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group, adrotate_ad
Time: 8,4161758422852E-5
Query: SELECT ID, post_name, post_parent FROM imstylewp_posts WHERE post_name = '%3a' AND (post_type = 'page' OR post_type = 'attachment')
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, SLB_Lightbox->activate_post_links, is_local_attachment, url_to_postid, WP_Query->__construct, WP_Query->query, WP_Query->get_posts, WP_Query->parse_query, get_page_by_path
Time: 7,8916549682617E-5
Query: SELECT imstylewp_posts.*, imstylewp_sticky.sticky_status FROM imstylewp_posts LEFT JOIN imstylewp_sticky ON imstylewp_sticky.sticky_post_id = imstylewp_posts.ID WHERE 1=1 AND (imstylewp_posts.ID = '0') AND imstylewp_posts.post_type = 'page' ORDER BY (imstylewp_sticky.sticky_status = 2 AND imstylewp_sticky.sticky_status IS NOT NULL) DESC, DATE_FORMAT(imstylewp_posts.post_date,'%Y-%m-%d') DESC, (imstylewp_sticky.sticky_status = 1 AND imstylewp_sticky.sticky_status IS NULL) DESC, DATE_FORMAT(imstylewp_posts.post_date,'%T') DESC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, SLB_Lightbox->activate_post_links, is_local_attachment, url_to_postid, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
Time: 9,2029571533203E-5
Query: SELECT imstylewp_posts.*, imstylewp_sticky.sticky_status FROM imstylewp_posts LEFT JOIN imstylewp_sticky ON imstylewp_sticky.sticky_post_id = imstylewp_posts.ID WHERE 1=1 AND YEAR(imstylewp_posts.post_date)='2011' AND MONTH(imstylewp_posts.post_date)='9' AND DAYOFMONTH(imstylewp_posts.post_date)='29' AND imstylewp_posts.post_name = 'artdeco-forever-glam' AND imstylewp_posts.post_type = 'post' ORDER BY (imstylewp_sticky.sticky_status = 2 AND imstylewp_sticky.sticky_status IS NOT NULL) DESC, DATE_FORMAT(imstylewp_posts.post_date,'%Y-%m-%d') DESC, (imstylewp_sticky.sticky_status = 1 AND imstylewp_sticky.sticky_status IS NULL) DESC, DATE_FORMAT(imstylewp_posts.post_date,'%T') DESC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, SLB_Lightbox->activate_post_links, is_local_attachment, url_to_postid, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
Time: 7,3909759521484E-5
Query: SELECT t.*, tt.*, tr.object_id FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (7751) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, SLB_Lightbox->activate_post_links, is_local_attachment, url_to_postid, WP_Query->__construct, WP_Query->query, WP_Query->get_posts, update_post_caches, update_object_term_cache, wp_get_object_terms
Time: 5,4121017456055E-5
Query: SELECT post_id, meta_key, meta_value FROM imstylewp_postmeta WHERE post_id IN (7751)
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, SLB_Lightbox->activate_post_links, is_local_attachment, url_to_postid, WP_Query->__construct, WP_Query->query, WP_Query->get_posts, update_post_caches, update_postmeta_cache, update_meta_cache
Time: 9,7990036010742E-5
Query: SELECT imstylewp_posts.*, imstylewp_sticky.sticky_status FROM imstylewp_posts LEFT JOIN imstylewp_sticky ON imstylewp_sticky.sticky_post_id = imstylewp_posts.ID WHERE 1=1 AND YEAR(imstylewp_posts.post_date)='2011' AND MONTH(imstylewp_posts.post_date)='9' AND DAYOFMONTH(imstylewp_posts.post_date)='22' AND imstylewp_posts.post_name = 'artdeco-pure-minerals-dekorativ-pflege' AND imstylewp_posts.post_type = 'post' ORDER BY (imstylewp_sticky.sticky_status = 2 AND imstylewp_sticky.sticky_status IS NOT NULL) DESC, DATE_FORMAT(imstylewp_posts.post_date,'%Y-%m-%d') DESC, (imstylewp_sticky.sticky_status = 1 AND imstylewp_sticky.sticky_status IS NULL) DESC, DATE_FORMAT(imstylewp_posts.post_date,'%T') DESC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, SLB_Lightbox->activate_post_links, is_local_attachment, url_to_postid, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
Time: 7,7009201049805E-5
Query: SELECT t.*, tt.*, tr.object_id FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (7405) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, SLB_Lightbox->activate_post_links, is_local_attachment, url_to_postid, WP_Query->__construct, WP_Query->query, WP_Query->get_posts, update_post_caches, update_object_term_cache, wp_get_object_terms
Time: 6,103515625E-5
Query: SELECT post_id, meta_key, meta_value FROM imstylewp_postmeta WHERE post_id IN (7405)
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, SLB_Lightbox->activate_post_links, is_local_attachment, url_to_postid, WP_Query->__construct, WP_Query->query, WP_Query->get_posts, update_post_caches, update_postmeta_cache, update_meta_cache
Time: 0,00027799606323242
Query: SELECT count(*) AS c FROM imstylewp_comments WHERE comment_type = '' AND comment_approved = 1 AND comment_post_ID = 8145
Call from: require, require_once, include, wptouch_get_comment_count
Time: 0,041319847106934
Query: SELECT DISTINCT ID,post_title,post_date,post_content,MATCH(post_title,post_content) AGAINST ('SCANDALEYES MASCARA - RIMMEL London Wimpern Revolution <div><strong>MIT DER SCANDALEYES MASCARA SETZT RIMMEL LONDON NEUE MAÃ&#65533;STÃ&#65533;BE</strong>Wimpern in neuen Dimensionen: dramatisch voluminös und unglaublich dicht aussehende Wimpern in nur einer Minute! Die neue <strong>Scandaleyes Mascara</strong> von <strong><a title=\"I Love Lasting Finish Nail Polish Nagellacke von RIMMEL London\" href=\"https://www.imstyle.de/2011/06/15/i-lov ... el-london/\" target=\"_blank\">RIMMEL London</a></strong> verleiht den Wimpern mit nur einem Auftrag skandalöses Volumen! Mit einer vollen Wimpernpracht haben falsche Wimpern ausgedient. Für natürlich schöne Wimpern sorgen die innovative Wirkformel und die brandneue, einzigartige Maxi-Bürste, die jede einzelne Wimper erreicht. Selbst feinste Wimpern werden mit der <strong>Scandaleyes Mascara </strong>zu einem echten Hingucker. So viele Wimpern gab es noch nie! Wimpern Revolution: herrlich geschwungen, üppig dicht und bis zur Vollendung übertrieben. Weniger ist nicht akzeptabel! <strong>XXL-WIMPERN â&#65533;&#65533; ganz ohne Verklumpen</strong> Endlich bis zu 12x mehr Volumen<sup>1</sup> und extrem dicht aussehende, sexy Wimpern gibt es jetzt dank der neuen<strong> Scandaleyes <a title=\"BeYu Mascara Basissortiment\" href=\"https://www.imstyle.de/2011/09/29/beyu- ... sortiment/\" target=\"_blank\">Mascara</a></strong> von <strong>RIMMEL London</strong> ganz ohne Verschmieren und Verklumpen. Die neue Wirkformel enthält: </div> <ul> <ul> <li>3 x mehr Kollagen â&#65533;&#65533; für perfekt geformte, dicht aussehende Wimpern.*</li> <li>3 x mehr Keratin â&#65533;&#65533; für kräftig, gesund, wunderschön wirkende Wimpern.*</li> </ul> </ul> [caption id=\"attachment_8146\" align=\"alignleft\" width=\"109\" caption=\"Rimmel-London-Scandaleyes-Mascara\"]<a href=\"https://www.imstyle.de/2011/10/05/scand ... s-mascara/\" rel=\"attachment wp-att-8146\"><img class=\"size-thumbnail wp-image-8146 \" title=\"Rimmel-London-Scandaleyes-Mascara\" src=\"https://www.imstyle.de/wp-content/uploa ... 09x150.jpg\" alt=\"Rimmel-London-Scandaleyes-Mascara\" width=\"109\" height=\"150\" /></a>[/caption] <strong>Die Bürste â&#65533;&#65533; ein Blockbuster</strong> <ul>Für diese Bürste braucht man einen Waffenschein. Die neue MaxDensity-Bürste ist: <li>50 % gröÃ&#65533;er und dichter* - erreicht so selbst die kleinsten Härchen am äuÃ&#65533;eren und inneren Wimpernkranz.<sup>1</sup></li> <li>Noch flexibler, so dass die dichten, biegsamen Borsten die Wimpern sanft durchkämmen, jedes Härchen mit intensiver Farbe umhüllen und dabei Klumpen verhindern.</li> </ul> <div>Get the London look!<em>RIMMEL London Scandaleyes Mascara black 8,99 â&#65533;¬*</em>* </div> <div> </div> <div> <strong>RIMMEL London Scandaleyes Mascara ist ab Dezember 2011 in führenden Drogerie- und Supermärkten sowie Kauf- und Warenhäusern erhältlich.</strong> <sup>1</sup> im Vergleich zu ungeschminkten Wimpern. * im Vergleich zur Volume Flash The Max Mascara<strong> </strong>** unverbindliche Preisempfehlung </div>') AS score FROM imstylewp_posts WHERE MATCH (post_title,post_content) AGAINST ('SCANDALEYES MASCARA - RIMMEL London Wimpern Revolution <div><strong>MIT DER SCANDALEYES MASCARA SETZT RIMMEL LONDON NEUE MAÃ&#65533;STÃ&#65533;BE</strong>Wimpern in neuen Dimensionen: dramatisch voluminös und unglaublich dicht aussehende Wimpern in nur einer Minute! Die neue <strong>Scandaleyes Mascara</strong> von <strong><a title=\"I Love Lasting Finish Nail Polish Nagellacke von RIMMEL London\" href=\"https://www.imstyle.de/2011/06/15/i-lov ... el-london/\" target=\"_blank\">RIMMEL London</a></strong> verleiht den Wimpern mit nur einem Auftrag skandalöses Volumen! Mit einer vollen Wimpernpracht haben falsche Wimpern ausgedient. Für natürlich schöne Wimpern sorgen die innovative Wirkformel und die brandneue, einzigartige Maxi-Bürste, die jede einzelne Wimper erreicht. Selbst feinste Wimpern werden mit der <strong>Scandaleyes Mascara </strong>zu einem echten Hingucker. So viele Wimpern gab es noch nie! Wimpern Revolution: herrlich geschwungen, üppig dicht und bis zur Vollendung übertrieben. Weniger ist nicht akzeptabel! <strong>XXL-WIMPERN â&#65533;&#65533; ganz ohne Verklumpen</strong> Endlich bis zu 12x mehr Volumen<sup>1</sup> und extrem dicht aussehende, sexy Wimpern gibt es jetzt dank der neuen<strong> Scandaleyes <a title=\"BeYu Mascara Basissortiment\" href=\"https://www.imstyle.de/2011/09/29/beyu- ... sortiment/\" target=\"_blank\">Mascara</a></strong> von <strong>RIMMEL London</strong> ganz ohne Verschmieren und Verklumpen. Die neue Wirkformel enthält: </div> <ul> <ul> <li>3 x mehr Kollagen â&#65533;&#65533; für perfekt geformte, dicht aussehende Wimpern.*</li> <li>3 x mehr Keratin â&#65533;&#65533; für kräftig, gesund, wunderschön wirkende Wimpern.*</li> </ul> </ul> [caption id=\"attachment_8146\" align=\"alignleft\" width=\"109\" caption=\"Rimmel-London-Scandaleyes-Mascara\"]<a href=\"https://www.imstyle.de/2011/10/05/scand ... s-mascara/\" rel=\"attachment wp-att-8146\"><img class=\"size-thumbnail wp-image-8146 \" title=\"Rimmel-London-Scandaleyes-Mascara\" src=\"https://www.imstyle.de/wp-content/uploa ... 09x150.jpg\" alt=\"Rimmel-London-Scandaleyes-Mascara\" width=\"109\" height=\"150\" /></a>[/caption] <strong>Die Bürste â&#65533;&#65533; ein Blockbuster</strong> <ul>Für diese Bürste braucht man einen Waffenschein. Die neue MaxDensity-Bürste ist: <li>50 % gröÃ&#65533;er und dichter* - erreicht so selbst die kleinsten Härchen am äuÃ&#65533;eren und inneren Wimpernkranz.<sup>1</sup></li> <li>Noch flexibler, so dass die dichten, biegsamen Borsten die Wimpern sanft durchkämmen, jedes Härchen mit intensiver Farbe umhüllen und dabei Klumpen verhindern.</li> </ul> <div>Get the London look!<em>RIMMEL London Scandaleyes Mascara black 8,99 â&#65533;¬*</em>* </div> <div> </div> <div> <strong>RIMMEL London Scandaleyes Mascara ist ab Dezember 2011 in führenden Drogerie- und Supermärkten sowie Kauf- und Warenhäusern erhältlich.</strong> <sup>1</sup> im Vergleich zu ungeschminkten Wimpern. * im Vergleich zur Volume Flash The Max Mascara<strong> </strong>** unverbindliche Preisempfehlung </div>') AND post_date <= '2011-10-06 12:24:42' AND post_status = 'publish' AND id != 8145 AND post_type = 'post' ORDER BY score DESC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp
Time: 0,00010895729064941
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (726) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_category, get_the_terms, wp_get_object_terms
Time: 9,2983245849609E-5
Query: SELECT * FROM imstylewp_posts WHERE ID = 726 LIMIT 1
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_title, get_post
Time: 9,5129013061523E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (4638) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_category, get_the_terms, wp_get_object_terms
Time: 9,8228454589844E-5
Query: SELECT * FROM imstylewp_posts WHERE ID = 4638 LIMIT 1
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_title, get_post
Time: 9,1075897216797E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (916) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_category, get_the_terms, wp_get_object_terms
Time: 9,3936920166016E-5
Query: SELECT * FROM imstylewp_posts WHERE ID = 916 LIMIT 1
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_title, get_post
Time: 8,5115432739258E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (7763) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_category, get_the_terms, wp_get_object_terms
Time: 9,2029571533203E-5
Query: SELECT * FROM imstylewp_posts WHERE ID = 7763 LIMIT 1
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_title, get_post
Time: 9,7036361694336E-5
Query: SELECT t.*, tt.* FROM imstylewp_terms AS t INNER JOIN imstylewp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN imstylewp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (5668) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_category, get_the_terms, wp_get_object_terms
Time: 9,2029571533203E-5
Query: SELECT * FROM imstylewp_posts WHERE ID = 5668 LIMIT 1
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, ald_crp_content, ald_crp, get_the_title, get_post
Time: 9,3221664428711E-5
Query: SELECT `fallback` FROM `imstylewp_adrotate_groups` WHERE `id` = '2';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 8,6069107055664E-5
Query: SELECT `imstylewp_adrotate`.`id`, `imstylewp_adrotate`.`maxclicks`, `imstylewp_adrotate`.`maxshown`, `imstylewp_adrotate`.`tracker`, `imstylewp_adrotate`.`weight`, `imstylewp_adrotate`.`updated` FROM `imstylewp_adrotate`, `imstylewp_adrotate_linkmeta` WHERE `imstylewp_adrotate_linkmeta`.`group` = '2' AND `imstylewp_adrotate_linkmeta`.`block` = 0 AND `imstylewp_adrotate_linkmeta`.`user` = 0 AND `imstylewp_adrotate`.`id` = `imstylewp_adrotate_linkmeta`.`ad` AND `imstylewp_adrotate`.`active` = 'yes' AND `imstylewp_adrotate`.`type` = 'manual' AND `imstylewp_adrotate`.`startshow` <= '1317903882' AND `imstylewp_adrotate`.`endshow` >= '1317903882' ;
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 0,00055384635925293
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '33';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 0,00041913986206055
Query: SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `imstylewp_adrotate_stats_tracker` WHERE `ad` = '35';
Call from: require, require_once, include, the_excerpt, get_the_excerpt, apply_filters, call_user_func_array, wptouch_trim_excerpt, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, adrotate_shortcode, adrotate_group
Time: 0,00043988227844238
Query: SELECT SUM(`clicks

Synonym
PostRank 10
PostRank 10
Beiträge: 3708
Registriert: 09.08.2008, 02:55

Beitrag von Synonym » 06.10.2011, 12:31

Du postest um falschen Thread.

Ansonsten würde ich das zumindest mal deaktivieren und dann nochmal nachsehen. Das Plugin sendet (so wie es scheint) eigentlich nur eine Query. Warum das bei Dir so viele sind keine Ahnung.

So, und mit dem "adrotate" hast Du nun schon mal ein Statistiktool... Vielleicht meinte der Hoster das?

surf4all
PostRank 5
PostRank 5
Beiträge: 218
Registriert: 08.02.2010, 16:47

Beitrag von surf4all » 06.10.2011, 12:31

Ich glaub das ist zuviel ganz unten steht gesamt


Total query time: 0,68188s for 310 queries.
Total num_query time: 1,506 for 312 num_queries.
» Different values in num_query and query? - please set the constant define('SAVEQUERIES', true);in your wp-config.php

Synonym
PostRank 10
PostRank 10
Beiträge: 3708
Registriert: 09.08.2008, 02:55

Beitrag von Synonym » 06.10.2011, 12:33

Und für den Fall, dass das der Output für eine Seite war.... Dann sind das jetzt schon 174 Queries und im Post fehlt der Rest noch. Das ist defakto viel zu viel für eine Seite.

Deaktiviere mal nicht unbedingt benötigte PlugIns schrittweise und schau dazwischen jeweils nach, viele es noch sind....

Synonym
PostRank 10
PostRank 10
Beiträge: 3708
Registriert: 09.08.2008, 02:55

Beitrag von Synonym » 06.10.2011, 12:34

please set the constant define('SAVEQUERIES', true);in your wp-config.php
Das hatte ich oben ja schon geschrieben...
for 310 queries
Und ich werde schon halb verrückt, wenn ich mehr als 10 hab ;-)

surf4all
PostRank 5
PostRank 5
Beiträge: 218
Registriert: 08.02.2010, 16:47

Beitrag von surf4all » 06.10.2011, 12:47

Kann ich diese Wp.-Config auch im backend auf true setzen? Ich komme jetzt nicht mit meinem iPhone auf den ftp drauf

Antworten
  • Vergleichbare Themen
    Antworten
    Zugriffe
    Letzter Beitrag