• I run a wordpress site, http://www.newcovenantfl.org and the load time has been seriously increased with everything– the pages and the admin dashboard. everything is updated, i deactivated all my plugins and tried the default themes, that brings it down by a few seconds but its still absurd wait time.

    please help! im gonna go nuts with this!

Viewing 15 replies - 1 through 15 (of 23 total)
  • Do you have phpMyadmin access? If so, I’d start by doing an optimize and repair on the database.

    Other than that, it’s difficult to know your problem based on the limited info. you’ve provided. Are you self-hosted? Shared hosting? If shared, it could be your host that is slow.

    Thread Starter berserkerror08

    (@berserkerror08)

    host is good– i put a test site up (not wordpress and can zip around fine) my gut told me it was the database but i dont know how to do an optimize and repair… my host gives me cpanel. should i look around for and optimize and repair option in the sql part?

    cpanel usually comes with phpmyadmin. However, some versions of cpanel also have a databases icon. If you click on that, you will see a ‘modify’ section and the ability to select a database and repair it. Do you see either of those options (phpmyadmin or the database icon)?

    Thread Starter berserkerror08

    (@berserkerror08)

    i see the phpmyadmin, i log in, i can get to the database, but i dont see a repair option anywhere. i just see a web interface for updating the tables in the database and stuff.

    Thread Starter berserkerror08

    (@berserkerror08)

    wait– found it. i went with repair and then optimize, but the load time is still terrible. :[ what now?

    When you did the repair+optimize, were all the tables selected (checked off)?

    I’m uncertain what comes next. hmmm…

    Thread Starter berserkerror08

    (@berserkerror08)

    im looking through these tables and i see a lot from old plugins…. maybe they were bad and didnt properly uninstall???

    Most plugins that install tables don’t remove the tables when you deactivate them. Those tables shouldn’t hamper performance, but I could be wrong. You could remove them and see if it makes a difference.

    Thread Starter berserkerror08

    (@berserkerror08)

    these are plugins i deleted… im going to try and reinstall and do a proper unistall from inside wordpress

    Thread Starter berserkerror08

    (@berserkerror08)

    no effect :[

    host is good– i put a test site up (not wordpress and can zip around fine)

    Is the test site also one that uses a database? My former webhost was fine with static html sites and a snail with ones that used a database.

    Thread Starter berserkerror08

    (@berserkerror08)

    i used a website optimizer to give me some pointers: can anyone help discern this?

    Analysis and Recommendations

    * TOTAL_HTML – Congratulations, the total number of HTML files on this page (including the main HTML file) is 1 which most browsers can multithread. Minimizing HTTP requests is key for web site optimization. Y
    * TOTAL_OBJECTS – Warning! The total number of objects on this page is 34 which by their number will dominate web page delay. Consider reducing this to a more reasonable number. Above 20 objects per page the overhead from dealing with the actual objects (description time and wait time) accounts for more than 80% of whole page latency. See Figure II-3: Relative distribution of latency components showing that object overhead dominates web page latency in Website Optimization Secrets for more details on how object overhead dominates web page latency. Combine, refine, and optimize your external objects. Replace graphic rollovers with CSS rollovers to speed display and minimize HTTP requests. Consider using CSS sprites to help consolidate decorative images. Using CSS techniques such as colored backgrounds, borders, or spacing instead of graphic techniques can reduce HTTP requests. Replace graphic text headers with CSS text headers to further reduce HTTP requests. Finally, consider optimizing parallel downloads by using different hostnames or a CDN to reduce object overhead.
    * TOTAL_IMAGES – Warning! The total number of images on this page is 31 , consider reducing this to a more reasonable number. Recommend combining, replacing, and optimizing your graphics. Replace graphic rollover menus with CSS rollover menus to speed display and minimize HTTP requests. Consider using CSS sprites to help consolidate decorative images. Use CSS techniques such as colored backgrounds, borders, or spacing instead of graphic techniques to reduce HTTP requests. Replace graphic text headers with CSS text headers to further reduce HTTP requests. Finally, consider optimizing parallel downloads by using different hostnames to reduce object overhead.
    * TOTAL_CSS – Congratulations, the total number of external CSS files on this page is 2 . Because external CSS files must be in the HEAD of your HTML document, they must load first before any BODY content displays. Although they are cached, CSS files slow down the initial display of your page. Remember to place CSS files in the HEAD and JavaScript files at the end of the BODY to enable progressive display.
    * TOTAL_SIZE – Warning! The total size of this page is 233826 bytes, which will load in 53.40 seconds on a 56Kbps modem. Consider reducing total page size to less than 100K to achieve sub 20 second response times on 56K connections. Pages over 100K exceed most attention thresholds at 56Kbps, even with feedback. Consider optimizing your site with Website Optimization Secrets, Speed Up Your Site or contacting us about our optimization services.
    * HTML_SIZE – Congratulations, the total size of this HTML file is 9379 bytes, which less than 50K. Assuming that you specify the HEIGHT and WIDTH of your images, this size allows your HTML to display content in under 10 seconds, the average time users are willing to wait for a page to display without feedback.
    * IMAGES_SIZE – Warning! The total size of your images is 203061 bytes, which is over 100K. Consider switch graphic formats to achive smaller file sizes (from JPEG to PNG for example). Finally, substitute CSS techniques for graphics techniques to create colored borders, backgrounds, and spacing.
    * CSS_SIZE – Warning! The total size of your external CSS is 21386 bytes, which is over 20K. Consider optimizing your CSS for size by eliminating whitespace, using shorthand notation, and combining multiple CSS files where appropriate. By using labeled container cells and descendant selectors you can target chunks of HTML content efficiently without the need to embed extra claases and styles.
    * MULTIM_SIZE – Congratulations, the total size of all your external multimedia files is 0 bytes, which is less than 10K.

    That definitely shouldn’t be the issue. My site has way more going on than yours and it loads much faster. It seems to me that just *connecting* is taking the longest time. It makes me think there is a problem with your server, your nameserver/registrar, or maybe something in your htaccess file or firewall is slowing things down.

    You must have done something – you are loading very quickly now!

    And now you are slow again. If the site loads super quick one minute and super slow the next minute, I think it must be a server thing.

    I loaded your site a few times and it was super fast. Now it
    s really slow again. This is not WordPress – there is something else going on.

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Super Slow Load::Tried everything, no fix’ is closed to new replies.