• Resolved bwking

    (@bwking)


    Is there a file like an index.html file, that tells you what is loading on the homepage? I have something loading every time I go to my website and I can’t figure out how to disable it. This object wherever it may be is causing my site to load in about 23 seconds and that is terrible.

    Is there any place I can look to try and stop this from happening?

    I am hosting this myself on an apache server.

    Any help would be greatly appreciated, I have been struggling to find this one for a little while now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • index.php in your theme controls the initial output (normally)… things like plugins, etc can affect this though

    The easiest way I’ve found to diagnose loading time issues is in the browser, not in the code.

    If you use FireFox, try the Net panel of the Firebug extension. It will tell you exactly what is loading when and how long it is taking. I think Chrome has a similar tool, but I don’t really use Chrome for development myself.

    You could also try a site like site-perf.com, which does essentially the same thing, just over the web rather than through your own browser.

    To troubleshoot:

    A) Disable plugins, test site performance, if not better:
    B) Remove widgets and custom menus etc from sidebar head footer etc., test site performance, if not better:
    C) In Admin Dashboard>Settings>General, change to 1 post per page (if using posts as front page), or, change front page to be simple like two words, for example, ‘Hello World!’, test site performance, if not better:
    D) Switch to default theme, test site performance, if not better:
    E) Review system requirements for WordPress in your server environment.

    Thread Starter bwking

    (@bwking)

    I did a quick run through all of the php files in the main folder of my website and didn’t see anything suspicious. I think I know what you’re talking about Kionae. I may have used something similar but I am not exactly sure if it gave me file advice. I know that my site is loading something from an old IP that doesn’t exist I just need to locate it.

    I am going to find it through firebug and then test the plugins and report back with results. Thanks for the help.

    Thread Starter bwking

    (@bwking)

    I finally got it back to working normally. It had something to do with my plugins although I really can’t pinpoint where the problem actually was.

    Thanks for the help guys

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Is there an "index" file?’ is closed to new replies.