• Resolved lberelson

    (@lberelson)


    I’m having performance problems since upgrading my multisite network to 3.8. Mostly in a custom theme I’ve been working on for this site: howlingwolfmedia.com/site. Everything was working well b4 upgrade. Now pages take forever to load. Network console in firefox shows hanging in different places. Header files use these tags:

    <script src="<?php bloginfo ('template_url');?>/jquery-ui/js/jquery-1.9.1.js"></script>
    <script src="<?php bloginfo ('template_url');?>/jquery-ui/js/jquery-ui-1.10.3.custom.js"></script>
    <script src="<?php bloginfo ('template_url');?>/jquery-ui/js/ux.js"></script>
    <link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo ('template_url');?>/jquery-ui/css/ui-lightness/jquery-ui-1.10.3.custom.css" />
    <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css"/>

    theme location: howlingwolfmedia.com/wp-content/themes/custom3

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Is this your theme? If so, try using wp_enequeue_script() to call jquery, and DO NOT call your own. Use the one included in WP. You will be happier.

    Lisa

    (@berelsonhotmailcom)

    Yes. I did try wp-enqueue scripts in 3.4.2 before upgrading to 3.8 and i couldn’t get it to work even in that environment. Followed the codex instruction, added info to functions file but it was syill a no go. So I stuck to the other solution until i could sort that out. Now i have other fish to fry.

    Thread Starter lberelson

    (@lberelson)

    When I checked same site on other networks, it worked a little better. It might be a network issue which would be a relief! The style link <link href=”<?php bloginfo(‘stylesheet_url’); ?>” rel=”stylesheet” type=”text/css”/> does update the latest style. So even tho the theme lives in https://domain/wp-content/themes/custom3, the link which is adding the theme location https://domain/SITE3/wp-content/themes/custom3 is updating the style. It must be a css issue. Thanks ipstenu.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Peformance problems on multisite since upgrade’ is closed to new replies.