GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   14 Tips to Speed Up Your Web Pages. (https://gfy.com/showthread.php?t=673340)

martinsc 11-03-2006 04:59 AM

14 Tips to Speed Up Your Web Pages.
 
good read for everybody... not only noobs...
http://marcelo.sampasite.com/brave-t...ur-Web-Pag.htm

urb 11-03-2006 05:11 AM

The page telling you how to speed up your web pages, actually took quite a while to load. :)

Zverka 11-03-2006 05:17 AM

Quote:

Originally Posted by urb (Post 11229869)
The page telling you how to speed up your web pages, actually took quite a while to load. :)

:1orglaugh :1orglaugh :1orglaugh

bobby666 11-03-2006 05:58 AM

Quote:

Originally Posted by urb (Post 11229869)
The page telling you how to speed up your web pages, actually took quite a while to load. :)

:thumbsup exactly! 12 seconds here

martinsc 11-03-2006 06:35 AM

yeah, i noticed too...
damn slow, but still worth...

Crazy Carlos 11-03-2006 06:51 AM

always nice to know these things. thanks for sharing

schneemann 11-03-2006 07:10 AM

That guy's a fucking moron.

First sign he's a moron: he starts his article by saying " There is a ton of research on user behavior based on task response time and I'm sure if you search Jakob Nielsen's site you'll find something."

Jakob Nielsen is a hack. Anyone who cites him as a reference for Usability is an idiot.



"Tip #2: Don't use XHMTL" - then his reasoning is completely retarded and wrong. The reason not to use XHTML is because most people do not serve XHTML properly - and when they do serve it properly, IE chokes on it

"Tip #4: Keep JavaScript Small" - no, dickhead how about this: link to your javascript instead of embedding it into the page. That way, the user's browser retrieves the external script from cache for each new page view.

"Tip #8: Avoid Tables (or use fixed-layout tables)" - and yet he uses tables. And WTF does a fixed layout table have to do with speed?

"Tip #11: Reduce the number of external elements" - completely moronic and backwards. EVERYTHING that is reused across the site, such as CSS or Javascript should be separated from the pages so that the files can be pulled from browser cache. That saves the browser from having parse the same shit over and over. This is the exactly the purpose of caching.

Pure FUD

Angry Jew Cat - Banned for Life 11-03-2006 07:15 AM

Quote:

Originally Posted by schneemann (Post 11230286)
That guy's a fucking moron.

First sign he's a moron: he starts his article by saying " There is a ton of research on user behavior based on task response time and I'm sure if you search Jakob Nielsen's site you'll find something."

Jakob Nielsen is a hack. Anyone who cites him as a reference for Usability is an idiot.



"Tip #2: Don't use XHMTL" - then his reasoning is completely retarded and wrong. The reason not to use XHTML is because most people do not serve XHTML properly - and when they do serve it properly, IE chokes on it

"Tip #4: Keep JavaScript Small" - no, dickhead how about this: link to your javascript instead of embedding it into the page. That way, the user's browser retrieves the external script from cache for each new page view.

"Tip #8: Avoid Tables (or use fixed-layout tables)" - and yet he uses tables. And WTF does a fixed layout table have to do with speed?

"Tip #11: Reduce the number of external elements" - completely moronic and backwards. EVERYTHING that is reused across the site, such as CSS or Javascript should be separated from the pages so that the files can be pulled from browser cache. That saves the browser from having parse the same shit over and over. This is the exactly the purpose of caching.

Pure FUD

CASE DISMISSED!!!

VicD 11-03-2006 07:18 AM

Quote:

Originally Posted by urb (Post 11229869)
The page telling you how to speed up your web pages, actually took quite a while to load. :)

:1orglaugh :1orglaugh

Klen 11-03-2006 07:20 AM

Quote:

Originally Posted by urb (Post 11229869)
The page telling you how to speed up your web pages, actually took quite a while to load. :)

Perhaps they are on slow server

gooddomains 11-03-2006 07:37 AM

issue resolved

suicidemessiah 11-03-2006 08:15 AM

hmmm doesmt make sense
but it wont hurt to try
thanks for sharing

OG LennyT 11-03-2006 08:23 AM

page loaded quick for me >2 secs but the tips are a bit outdated

NinjaSteve 11-03-2006 08:32 AM

no sense at all

DesignWise 11-03-2006 08:32 AM

outdated indeed.... googling for " speed up web pages " will give better result.. ermm i guess..

ro8in 11-03-2006 08:34 AM

Err this document is totally not giving you any tips... Please dont follow up thiss...

BaldBastard 11-03-2006 09:54 AM

Heres my tips
forget graphics and use wingdings

Most over looked font out there!

borked 11-03-2006 11:13 AM

Quote:

I'm always surprised when I look at some large website HTML to find out that it has a ton of unnecessary spaces, tabs, new-lines, HTML comments, etc. Just removing those elements can reduce the page size by 5-10%, which in turn can decrease the download latency.
5-10%????? WTF is he serving? Maybe if it google.com was his homepage, fair enough...

Quote:

Tip #7: Keep all as much as possible in lower case

This actually works in conjunction with HTTP compression. Remember that this type of compression is lossless, this is, decompressing a content will yield the exactly original, which means that the compression algorithm will treat "DIV", "Div" and "div" as different streams. So, always use lower case for tag names and attributes on the HTML and CSS. Also try to be consistent on your JavaScript.
OK, I just converted a 5133KB document to uppercase - it became 5135KB -gain of 0.04% on 5MB doesn't really justify it!

Still I did learn something:

Tip #5: Use Public Caching:
.....
3) Implement an HTTP Filter that automatically renames the file if they have changed.

That's actually pretty neat.

LittleSassy 11-03-2006 11:16 AM

Quote:

Originally Posted by urb (Post 11229869)
The page telling you how to speed up your web pages, actually took quite a while to load. :)

lol...indeed...:1orglaugh :1orglaugh :1orglaugh

CaptainHowdy 11-03-2006 11:34 AM

Quote:

Originally Posted by urb (Post 11229869)
The page telling you how to speed up your web pages, actually took quite a while to load. :)

:1orglaugh :1orglaugh !! Too funny...

schneemann 11-03-2006 11:42 AM

I still can't get over what an imbecile this guy is.
If each character represents 7-bits, you need to strip out a SHITLOAD of whitespace before you make any noticeable difference in download size.

In fact, a better (related) piece of advice would be to eliminate tables for layout and use CSS. I once did a cleanup of a site for [very large US Government agency] which used tables that were nested 7-deep and had over 100 spacer images for their basic site template. It was nearly 200kb in markup alone. I trimmed it own to 14kb using a new CSS layout and the site looked 100% the same.


All times are GMT -7. The time now is 06:20 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123