lagging problem

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   lagging problem
Wild
CZ Super Newbie
Wild has been a member for over 20 year's 20 Year Member
usa.gif
Gender: Male
Status: Offline
Joined: Feb 07, 2004
0.01 posts per day
Posts: 53
Points: 3,803
 Yahoo Messenger  
does anyone know how to reduce a page lag... it would really help. we are having problems getting our pages to load quickly, and they seem to lag.

~wild~



Back to top Reply with quote
#2   
SpLiNteR
CZ Addict
SpLiNteR has been a member for over 20 year's 20 Year Member
uk.gif
Occupation: Student
Age: 34
Gender: Male
Fav. Sports Team: Leeds United
Website:
Status: Offline
Joined: Feb 08, 2004
0.05 posts per day
Posts: 397
Points: 206,328
AIM Address Yahoo Messenger MSN Messenger ICQ Number
Take out glow tags? Ive known that to cause problems.




_________________
Back to top Reply with quote
#3   re: lagging problem
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
a lot of times it's caused by a glow code used on your pages...but we cant pin it down until we see the page.

can you plz leave a link



Back to top Reply with quote
#4   re: lagging problem
GoddsEgo
PayPal Donation
CZ Moderator
GoddsEgo has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jun 26, 2003
0.16 posts per day
Posts: 1211
Points: 69,166
 Yahoo Messenger  
I know this question has already been answered. But seeing how people seem to like to use the glow code I thought I would rework the code and see what I came up with.

The problem lies in the amount of area the glow effect is applied to. Both visible (or displayable) and hidden area seems to make a difference. The way I understand it is the glow effect is applied to the edges of all objects within its tags but unless the objects have certain properties OR the filter its self doesn't possess certain properties then the glow effect won't be visible.

Now I could be misunderstand how it actually works so I created a test page that only had an iframe on it with the standard dimension that most people seem to use on the league pages. The iframed page its self was blank. So with having a page with only 1 object on it with a total edge length of about 7000px, and the filter not possessing the correct properties to make the glow effect visible, the page still had a drastic lag to it.


OK now the solution....

Wild I used your page code as my test bed.

To create a page that has the glow effect applied to the "top 20" you can do the following.


Step 1. In your announcement put the following codes

This will break out of the announcement table and center everything on page
</td></tr></table></td></table></td></table>


Under that put your iframe code
<iframe width=700 height=3000 frameborder=0 scrolling="NO" src="http://www.geocities.com/luckywizardz/main1.html"></iframe>


Then put in the font style code
<style> font { color:123FDD; font-size: 14pt; font-weight:bold; } </style>


And lastly put the div glow tag at the bottom of your announcement
  <DIV STYLE="filter: glow(Color=#EE0000,Strength=3); width:500;">



All together it looks like this
</td></tr></table></td></table></td></table>
<iframe width=700 height=3000 frameborder=0 scrolling="NO" src="http://www.geocities.com/luckywizardz/main1.html"></iframe>
<style> font { color:123FDD; font-size: 14pt; font-weight:bold; } </style>
  <DIV STYLE="filter: glow(Color=#EE0000,Strength=3); width:500;">



Step 2. In right table put the following code...

Start off with a closing div tag ( </DIV> ), doing this stops the glow effect as soon as possible.

Then insert an opening div tag ( <div> ) followed by the styles for the rest of your page then your body handler that loads your left frame

</div><div><STYLE TYPE="text/css">BODY {
SCROLLBAR-FACE-COLOR: #000000;
SCROLLBAR-HIGHLIGHT-COLOR: #CC3300;
SCROLLBAR-SHADOW-COLOR: #CC3300;
SCROLLBAR-3DLIGHT-COLOR: #CC3300;
SCROLLBAR-ARROW-COLOR: #ffff00;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-DARKSHADOW-COLOR: #CC3300;
background-image: url(http://www.geocities.com/luckywizardz/7.jpg);}
div { width:500; color:ff0000; font-size:50pt; }
td, p, i, xmp, u,{COLOR: 123FDD;
FONT-FAMILY:verdana;
FONT-SIZE:10pt;}
b{color: cc0000 ; font-family;verdana; font-size:10pt;
font-weight:bold;} A:LINK{ color: cc0000; FONT-FAMILY:verdana;
font-size:10pt;} A:VISITED{ color: cc0000; FONT-FAMILY:verdana;
font-size:10pt;} A:HOVER{ color: 0000ff; FONT-FAMILY:verdana;
font-size:10pt;}
#link { color: CC3300 } #text { color:CC3300 }
SMALL { font-size: smaller }</STYLE>
<body bgcolor="#000000" link="#CC3300" vlink="#CC3300"
text="#CC3300"
onLoad="parent.frames
[0].location='http://www.geocities.com/luckywizardz/left.html';">



In the Css I added a div selector to control the width of the right table (which is now the bottom table) and the size and color of the new turny clock.


Back to top Reply with quote
#5   re: lagging problem
Marduk_2001
CZ Newbie
Marduk_2001 has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Jul 04, 2004
0.00 posts per day
Posts: 25
Points: 1,086
   
i used to lag heaps!! but i deleted all the crap from my com and it helped a lil bit



Back to top Reply with quote
#6   re: lagging problem
Rockdrala
CZ Newbie
Rockdrala has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Aug 23, 2005
0.00 posts per day
Posts: 1
Points: 44
   
hey I am laggin in im my scrolling forums and other scrolling blocks... will any of these methods fix my issue? im running php nuke 7.7 take a look [ Register or login to view links on this board. ]



Back to top Reply with quote
#7   re: lagging problem
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
No, the codes given above are for a Cases MyLeague page, not PHP Nuke.



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum