Comments and Suggestions Archive Comments and Suggestions threads that have been resolved or closed.

A few *minor* problems with the board.

 
Thread Tools
 
Search this Thread
 
Old 12-06-07, 06:40 PM
  #1  
Smoke moar

Thread Starter
 
cmanns's Avatar
 
Join Date: Aug 2006
Location: The yay, California
Posts: 2,530
Likes: 0
Received 1 Like on 1 Post
A few *minor* problems with the board.

Since people complain bout speed, etc I took a more in depth view of the forums, if you want I'll take alook at vb its self and see if I can give anymore advise but.

Code:
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=364"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=364"></script>

<link rel="alternate" type="application/rss+xml" title="RX7Club.com RSS Feed" href="external.php?type=RSS2" />



<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1725884-1";
urchinTracker();
</script>

<link rel="shortcut icon" href="https://www.rx7club.com/favicon.ico" />
<link rel="icon" href="https://www.rx7club.com/favicon.ico" /> 
<title>RX7Club.com - Post New Thread</title>
</head>
Whats wrong with this is the html is not rendered properly, javascript needs to be loaded at the bottom of every page before the last few tags

Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">_uacct = "UA-728956-8";urchinTracker();
</script>
</div>
</body>
thats one of our sites with 6k uniques a day not that great but heh.

Theres also many missing images being called, I don't know what they are as I'm a expert for invisionboard but it looks to be a error on the default skin which I use.

Alot of images are called from rx7club.com top level domain, another method to speed up "web2.0" sites is offloading the images to different "fake" cname subdomains. I don't know how to exactly do it with apache webserver but it shhouldn't be too hard to maintain.


The 404 images that are missing cause a 79ms lag, the google javascript for analitics will cause render issue's with IE over Mozilla based browsers as javascript "changes" the page, so it can cause a stall if google is alil overloaded.

[FONT=verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif]I've attached some images of how things load, keep in mind the images are cached in the browser but thats good, also one is from my site as a example, though we had some problems with our method of combining javascript files so its not as optimized as before -_-

[/FONT]
Attached Thumbnails A few *minor* problems with the board.-rx7club.png   A few *minor* problems with the board.-rx7clubindex.png   A few *minor* problems with the board.-oneofmysites.png  
cmanns is offline  
 
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
mulcryant
2nd Generation Specific (1986-1992)
10
09-09-15 05:24 PM



Quick Reply: A few *minor* problems with the board.



All times are GMT -5. The time now is 04:54 PM.