Join the community today
Register Now

Wordpress start up difficulties

Discussion in 'Blogs & CMS usage' started by emre22, Nov 16, 2016.

  1. emre22

    emre22 Member

    44
    5
    8
    Oct 15, 2016
    Ratings:
    +5
    Local Time:
    5:32 AM
    nginx-1.10.1
    MariaDB 10
    Hey guys,

    I migrated both of my meme/joke blogs to a fresh DO centos 6x64 box. Well, almost everything is doing a great job, except the performance.


    I set it up via option 22 and made the major configs for super cache, auto optimizer but I am not really satisfied with the load time. Imho it takes too long

    1.blog:


    [​IMG]

    2.blog:

    [​IMG]


    websites are behind cloudflare and hosted in NL.
     
  2. emre22

    emre22 Member

    44
    5
    8
    Oct 15, 2016
    Ratings:
    +5
    Local Time:
    5:32 AM
    nginx-1.10.1
    MariaDB 10
    # echo stats | nc 127.0.0.1 11211
    STAT pid 753
    STAT uptime 92052
    STAT time 1479244377
    STAT version 1.4.33
    STAT libevent 2.0.22-stable
    STAT pointer_size 64
    STAT rusage_user 35.069668
    STAT rusage_system 22.490580
    STAT curr_connections 5
    STAT total_connections 7
    STAT rejected_connections 0
    STAT connection_structures 6
    STAT reserved_fds 20
    STAT cmd_get 0
    STAT cmd_set 0
    STAT cmd_flush 0
    STAT cmd_touch 0
    STAT get_hits 0
    STAT get_misses 0
    STAT get_expired 0
    STAT get_flushed 0
    STAT delete_misses 0
    STAT delete_hits 0
    STAT incr_misses 0
    STAT incr_hits 0
    STAT decr_misses 0
    STAT decr_hits 0
    STAT cas_misses 0
    STAT cas_hits 0
    STAT cas_badval 0
    STAT touch_hits 0
    STAT touch_misses 0
    STAT auth_cmds 0
    STAT auth_errors 0
    STAT bytes_read 12
    STAT bytes_written 1777
    STAT limit_maxbytes 8388608
    STAT accepting_conns 1
    STAT listen_disabled_num 0
    STAT time_in_listen_disabled_us 0
    STAT threads 4
    STAT conn_yields 0
    STAT hash_power_level 16
    STAT hash_bytes 524288
    STAT hash_is_expanding 0
    STAT slab_reassign_rescues 0
    STAT slab_reassign_chunk_rescues 0
    STAT slab_reassign_evictions_nomem 0
    STAT slab_reassign_inline_reclaim 0
    STAT slab_reassign_busy_items 0
    STAT slab_reassign_running 0
    STAT slabs_moved 0
    STAT lru_crawler_running 0
    STAT lru_crawler_starts 3465
    STAT lru_maintainer_juggles 92532
    STAT malloc_fails 0
    STAT log_worker_dropped 0
    STAT log_worker_written 0
    STAT log_watcher_skipped 0
    STAT log_watcher_sent 0
    STAT bytes 0
    STAT curr_items 0
    STAT total_items 0
    STAT slab_global_page_pool 0
    STAT expired_unfetched 0
    STAT evicted_unfetched 0
    STAT evictions 0
    STAT reclaimed 0
    STAT crawler_reclaimed 0
    STAT crawler_items_checked 0
    STAT lrutail_reflocked 0
    STAT moves_to_cold 0
    STAT moves_to_warm 0
    STAT moves_within_lru 0
    STAT direct_reclaims 0
    END
     
  3. emre22

    emre22 Member

    44
    5
    8
    Oct 15, 2016
    Ratings:
    +5
    Local Time:
    5:32 AM
    nginx-1.10.1
    MariaDB 10
    # free -m
    total used free shared buffers cached
    Mem: 996 800 195 126 14 220
    -/+ buffers/cache: 565 430
    Swap: 1023 7 1016

    _______________________

    [​IMG]
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,801
    12,271
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,857
    Local Time:
    1:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Centmin Mod is provide as is, so short of scripted related bugs or issues, any further optimisation to the web stack components - nginx, php-fpm, mariadb mysql, csf firewall etc or web app specific configurations are left to the Centmin Mod user to deal with. So I do not provide any free support for such.

    However, Centmin Mod users are free to help each other out and ask questions or give answers on this community forum. My hopes are that this community forum evolves so that more veteran long time Centmin Mod users help new Centmin Mod users out :)

    pingdom page speed test is no way accurate, use webpagetest.org instead for true page speed tests from many geographic locations

    very clear your pages are too large in size at 2.1-3MB ! webpagetest.org will probably show the same

    try to keep page size below 800KB to 1.2MB.
     
  5. emre22

    emre22 Member

    44
    5
    8
    Oct 15, 2016
    Ratings:
    +5
    Local Time:
    5:32 AM
    nginx-1.10.1
    MariaDB 10
    yep, same results. How can I check, if memcache is running properly and how can I configurate it? Via a plugin?

    And how can I decrease the size of my blog? Any hints?
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,801
    12,271
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,857
    Local Time:
    1:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    check memcached stats page

    PHP Opcode and Memcached statistics pages | Centmin Mod Community

    gtmetrix.com for specifc recommendations + webpagetest.org for accurate pagespeed times

    probably image sizes is your problem