Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter asher04

    (@asher04)

    Yes.. I did but am not sure how to look at it. This is what the queries shows

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button and not the blockquote. This also includes log data. ]

    2.4011 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'WPLANG' AND site_id = 1;
    3.7630 [ms]
    SELECT autoload FROM wp_options WHERE option_name = 'backup-to-dropbox-actions';
    0.4580 [ms]
    SELECT autoload FROM wp_options WHERE option_name = 'backup-to-dropbox-file-list';
    0.4120 [ms]
    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 = 'nav_menu' AND t.slug = 'header'
    LIMIT 1;
    0.3319 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'dismissed_update_core' AND site_id = 1;
    0.4568 [ms]
    SELECT comment_approved, COUNT( * ) AS num_comments FROM wp_comments  GROUP BY comment_approved;
    5.3539 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'dm_user_settings' AND site_id = 1;
    0.3009 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'ngg_options' AND site_id = 1;
    0.3281 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'ngg_options' AND site_id = 1;
    0.3970 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'dismissed_update_core' AND site_id = 1;
    0.5260 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'ngg_options' AND site_id = 1;
    0.6111 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'dismissed_update_core' AND site_id = 1;
    4.2200 [ms]
    SELECT * FROM wp_posts WHERE ID = 2 LIMIT 1;
    0.4580 [ms]
    SELECT * FROM wp_posts WHERE ID = 1 LIMIT 1;
    0.4129 [ms]
    SELECT post_status, COUNT( * ) AS num_posts FROM wp_posts WHERE post_type = 'post' GROUP BY post_status;
    0.6711 [ms]
    SELECT post_status, COUNT( * ) AS num_posts FROM wp_posts WHERE post_type = 'page' GROUP BY post_status;
    9.2170 [ms]
    SELECT COUNT(*) FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('category')   ;
    4.9691 [ms]
    SELECT COUNT(*) 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')   ;
    0.3989 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'dismissed_update_core' AND site_id = 1;
    8.7161 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'upload_space_check_disabled' AND site_id = 1;
    0.4458 [ms]
    SELECT option_value FROM wp_options WHERE option_name = 'blog_upload_space' LIMIT 1;
    1.5371 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'blog_upload_space' AND site_id = 1;
    4.1010 [ms]
    SELECT * FROM wp_comments  WHERE ( comment_approved = '0' OR comment_approved = '1' ) ORDER BY comment_date_gmt DESC LIMIT 25;
    3.0448 [ms]
    SELECT * FROM wp_posts WHERE ID = 694 LIMIT 1;
    0.3991 [ms]
    SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON
    tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('post_tag') AND tr.object_id IN (694) ORDER BY t.name ASC;
    6.8939 [ms]
    SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID FROM wp_posts  WHERE 1=1  AND (wp_posts.post_author = 1) AND wp_posts.post_type = 'post' AND
    (wp_posts.post_status = 'draft')  ORDER BY wp_posts.menu_order, wp_posts.post_date DESC LIMIT 0, 5;
    0.5350 [ms]
    SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'dismissed_update_core' AND site_id = 1;
    Thread Starter asher04

    (@asher04)

    Thanks Birgire for the suggestions. I did what you suggested and it doesn’t seem to help.

    However, I installed WP-minify instead of enabling the W3TC minify and it does seem to help a bit with the loading speed from loads.in – Despite, I still think it’s pretty slow in terms of speed.

    Did you check my website by any chance? https://bit.ly/Q2FHzY

    Let me know, what you think of the speed. I am in the process of creating another site with in the same wordpress installation (different theme, independent domain name) but a bit hesitant to go through until I solve this speed issue.

    Thanks!

    Thread Starter asher04

    (@asher04)

    When I disabled cloudflare and went back to ipage nameserver – the First Byte Time went up to a GRADE D but it slowed down by website quite a bit.

    So, I am back using the cloudflare. By the way, I am running a multisite.

    Here’s my website https://bit.ly/Q2FHzY

    Please advise.

    Thanks!

    Thread Starter asher04

    (@asher04)

    Domain through Godaddy and hosting through ipage

    Also, I am using the free version of cloudflare – if that makes any difference.

    Thanks!

    Thread Starter asher04

    (@asher04)

    Thanks!

    I had a gallery slideshow that was on the homepage so I removed all.. and have now only included a single picture on the home page.

    Note: my domain name replaced with mywebsite.com

    This is the Details from the test:

    First Byte Time (back-end processing): 0/100 >> F GRADE
    13350 ms First Byte Time
    ms Target First Byte Time

    ——-

    Compress Images: 32/100 >> F GRADE
    204.6 KB total in images, target size = 67.3 KB – potential savings = 137.3 KB

    FAILED – (173.0 KB, compressed = 35.6 KB – savings of 137.3 KB) – https://www.mywebsite.com/wp-content/uploads/2012/10/s3.jpg?9d7bd4

    ——-

    Leverage browser caching of static assets: 89/100 >> GRADE B
    FAILED – (60.0 minutes) – https://www.mywebsite.com/
    WARNING – (4.0 hours) – https://www.mywebsite.com/wp-content/themes/custom/fonts/BebasNeue.woff

    Thread Starter asher04

    (@asher04)

    I downloaded the P3 plugin and deleted few of the plugins that was taking the most time to load but that didn’t really seem to make any difference on the loading speed.

    Is there anything else I need to do?

    Thread Starter asher04

    (@asher04)

    Thanks! I’ll look into those and see if changes anything.

    Thread Starter asher04

    (@asher04)

    Nevermind.. apparently when I clicked the domain forwarding – the ip address was changed. So, I went back and changed the nameserver.

    same here! Can’t seem to get the borders visible

Viewing 9 replies - 1 through 9 (of 9 total)