Plugin for slow sites

Discussion in 'WordPress' started by Devtard, Jan 9, 2013.

  1. #1
    I need a plugin that would let users know that the page is loading (10-15 seconds) instead of displaying a blank page. Any ideas?
     
    Devtard, Jan 9, 2013 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Since the plugin won't show until the page has loaded, no. The right way to attack this problem is to find out why the page takes so long to load and fix that.
     
    Rukbat, Jan 11, 2013 IP
  3. Spawned

    Spawned Member

    Messages:
    207
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    Spawned, Jan 11, 2013 IP
  4. ackant

    ackant Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You could also try the WP-Optimize plugin to clear out redundant data from your database.
     
    ackant, Jan 11, 2013 IP
  5. Big0ne

    Big0ne Well-Known Member

    Messages:
    2,614
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #5
    Big0ne, Jan 11, 2013 IP
  6. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #6
    Well, caching is not the issue. I am using a plugin that already supports caching but from time to time it has to perform various operations and then the page loading takes a lot of time.

    And since there is an option to set priorities when executing plugins, I was wondering if there is a pugin that would display something (loading animation or something similar) and then the other plugin would get executed.
     
    Devtard, Jan 12, 2013 IP
  7. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #7
    Wordpress plugins are part of the page they're on - you can't send one plugin, part of the page, then display the page, then send the rest. You can - if you write the site yourself - determine the order in which code is loaded (for example, Javascript after the </body> tag gets loaded after the page is loaded), but if you use Wordpress, and you don't want to completely rewrite it, you have no control over that.
     
    Rukbat, Jan 12, 2013 IP