- This topic has 10 replies, 3 voices, and was last updated 15 years, 8 months ago by imported_Ryan.
-
AuthorPosts
-
January 29, 2009 at 8:11 pm #597AnonymousMember
So I was going through Firebug NET console, and looking for things that were slowing down my site. Noticed 2 things with multi-level-nav. Not biggies, but it did try to find these files for 4 secs.
GET /hoverIntent.js.php?ver=r5
and
GET /superfish_settings.js.php?ver=1.0I went through the options panel and did not see anything that jumped out at me that I need to change. Everything still works, there is just that delay in loading, and did not want to mess things up more by going in and trying to edit anything.
January 29, 2009 at 9:45 pm #5105imported_RyanMemberIs this built in stylesheet working?
Sounds like a problem with your server as I assume it isn’t serving the files correctly hence the errors. This problem afflicts the built in stylesheet too, hence I’m wondering if that isn’t working either.
If you just deactivate the animations, keyboard accessibility options etc. the files won’t be called and hence you won’t see any errors.
January 29, 2009 at 10:05 pm #5106AnonymousMemberI have my css in my custom.css, same as I have the last 4-6 months. I have everything on the settings page UNCHECKED, Sensitivity to Average, 200 ms for mouseover, and normal for speed of fade in? Can I turn those last 2 off?
For fixing CSS bug, I have it set to disabled, as I said everything works, just that little slow down I am sure is not intended.
OK while writing this I went in and removed 200 for ms, and it appears that "Turns it off" But I decided to still post this for future reference for others. Strange though I don’t see a difference with it on or off, still looks good.
January 29, 2009 at 11:30 pm #5107malcalevakModeratorI’m pretty sure this is the exact same problem one of my slimbox2 users is having, see this[/url:3tzvropy].
Jay, see if the response you’re getting actually has the content of the JS files (in the testing I did this was the case, but it had strange line breaks).
Also, could you post a link? If you figure out a solution do pass it along, as I’m stumped.
January 29, 2009 at 11:50 pm #5108imported_RyanMembermalcalevak – I think we need to write up some sort of thorough explanation of the exact problem we are seeing and post it out to a bunch of PHP experts and see if they figure out what the heck is going on here. It seems ridiculous that a server can’t just serve a file correctly. I’ve shown the script to PHP people before and they all said it looked fine. And it does work fine, it just doesn’t work when wp-blog-header.php is called.
The WP Hackers mailing list may be a good target for this, or WPTavern.com. I tried SitePoint.com, but I don’t think they knew enough about WordPress there to help unfortunately.
If we can get someone to give us an FTP account and a WordPress install to play with, that might help too.
Is anyone out there who has this bug able to give us this much access? We don’t need/want access to your live site, but if you can setup a sub-domain with a seperate FTP account and a database that would be perfect! Then we could mess around to our hearts content without fear of breaking anything.January 29, 2009 at 11:54 pm #5109imported_RyanMember"Jay Myers" wrote:Can I turn those last 2 off?Yes, in fact they are probably not working correctly anyway due to the bug … particularly in IE.
January 30, 2009 at 12:47 am #5110AnonymousMemberMy site
http://www.mydentoncountyrealestate.comSorry if I was not very clear earlier, but I did work around this my removing the 200 ms on mouseover, and put speed effect to Instant. I should say at least do not have the 404 now.
I checked the physical files in the directory, and they are there, and the permissions are set to readable.
I am on Godaddy shared hosting, Linux, 5.X I would have no problem giving you an FTP access, if that would really help. I do not run Slimbox, and just call the built-in WP thickbox. Let me know how I can help.
January 31, 2009 at 5:13 am #5111imported_RyanMemberHi Jay,
FTP access would be great, that way we can try and iron out this stupid problem.I do have a vague idea of setting up the plugin in a different way, so that it writes files to the disk, but that is another whole can of worms and avoiding that would be good if possible.
March 31, 2009 at 12:36 am #5112AnonymousMemberI noticed this 404 error has been gone for some time, but what can we do about the load times? I have noticed that /hoverIntent.js.php?ver=r5 and superfish_settings.js.php?ver=1.0 take about 9 seconds total to load. What can I do just to get drop downs and I don’t care about visual effect?
Also I have been using multi-nav since it was suckerfish, I am trying to clean things up, and I call it from
<code>
// Suckerfish output
if (function_exists(‘suckerfish’))
add_action(‘thesis_hook_after_title’, ‘suckerfish’);
</code>
in my custom_functions.php (that is Thesis Themes file, but when I go and try to pull it it pixopoint_menu instad I get a php error, what else am I forgetting to change?March 31, 2009 at 3:58 am #5113AnonymousMemberOK I have been looking at some of the other users pages and I have discovered something on most, they are not loading hoverintent at all, and their superfish_settings file loads in ms’ not seconds like mine. Now I am totalling thing I am missing something…
April 1, 2009 at 9:06 am #5114imported_RyanMemberHi,
Some peoples server setups seem to take a really long time to load the scripts. To combat these issues I’ve added caching into the latest test version. It isn’t officially released yet as I haven’t confirmed everything in it is working yet, but you can download it from here: https://geek.hellyer.kiwi/forum/http://local … 4410#p4410 -
AuthorPosts
- You must be logged in to reply to this topic.