Advertisement
Guest User

Untitled

a guest
Jan 17th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. Thank you for contacting WP Engine today! I apologize for the issue, but I'm more than happy to help with your site speed.
  2.  
  3. We noticed that PHP execution time is taking 5.76 seconds, and is causing drag on your page load.
  4. Here's a breakdown to help you identify and resolve the root cause of the issue:
  5.  
  6. PHP Core code took 0.87 seconds to execute
  7. The 'pinspro' theme took 3.75 seconds to execute
  8. 8 plugins took 1.14 seconds to execute. The three slowest plugins:
  9. 'jetpack' took 0.832 seconds to execute
  10. 'wpengine-common' took 0.229 seconds to execute
  11. 'query-monitor' took 0.038 seconds to execute
  12. So I looked into what the theme is trying to run, and came across its slowest query, which is taking about 8 times longer than the next slowest query:
  13.  
  14. SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('post_tag') AND tt.count > 0 ORDER BY tt.count DESC LIMIT 6
  15. Source:
  16. /nas/wp/www/cluster-1095/nyc/wp-content/themes/pinspro/dms/includes/lib.theming.php:266
  17.  
  18. Backtrace:
  19. require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/pinspro/index.php'), setup_pagelines_template, get_footer, locate_template, load_template, require_once('/themes/pinspro/footer.php'), pl_get_core_footer, require_once('/themes/pinspro/dms/footer.php'), pagelines_register_hook, do_action('pagelines_after_page'), call_user_func_array, pl_region_footer, pagelines_template_area, do_action('pagelines_footer'), call_user_func_array, PageLinesEditor->process_footer, PageLinesTemplateHandler->process_region, PageLinesTemplateHandler->render_section, PageLinesTemplateHandler->section_template_load, PLSectionArea->section_template, render_nested_sections, PageLinesTemplateHandler->render_section, PageLinesTemplateHandler->section_template_load, PinFooter->section_template, pl_popular_taxonomy, wp_list_categories, get_categories, get_terms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement