my website is so slooooooowwwww
-
Also, I just clicked the LinkedIn link. Does it not work for you or do you mean the HTML is ugly. It worked for me. I think there's something wrong with the Internet, DNS, TCP and everything. :D
raddevus wrote:
Does it not work for you or do you mean the HTML is ugly.
Its on my end. I'm behind a corporate firewall that blocks LinkedIn so image doesn't display right.
There are two types of people in this world: those that pronounce GIF with a soft G, and those who do not deserve to speak words, ever.
-
raddevus wrote:
Does it not work for you or do you mean the HTML is ugly.
Its on my end. I'm behind a corporate firewall that blocks LinkedIn so image doesn't display right.
There are two types of people in this world: those that pronounce GIF with a soft G, and those who do not deserve to speak words, ever.
-
Sander, Thanks very much for your input. I appreciate it very much. I am just amazed at how many great developers and kind people are here at CP. :thumbsup: Fantastic and inspiring.
That all depends on you. Were your question "my website is slow need codez urgentz plz!" (wait, that isn't even a question) we would be a little less kind :laugh:
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
Thanks for the report. I guess someone sees it fast in US. Interesting. Probably not TimeWarner though, right? :)
-
Love your sig. Everytime I read it I just have to laugh. It's soooo appropriate these days... Especially the Homer Simpson part... LMAO.
Decrease the belief in God, and you increase the numbers of those who wish to play at being God by being “society’s supervisors,” who deny the existence of divine standards, but are very serious about imposing their own standards on society.-Neal A. Maxwell You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun
Who controls the British Crown? Who keeps the metric system down?[^] :D
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
EDIT: 1. First of all thanks to everyone who helped out. I appreciate it. 2. I remembered this site PageSpeed Insights[^] and I tried it too. I think it is more of the speed of your page though, but all looks good from that viewpoint. I wish I knew what the latency was. ###################### My web site is hosted on GoDaddy. I recently got everything set up and my site is simple and small. It has nothing to do with the web site, even if I place a small html file it is slow. Here's what happens: Weirdness Part I The browser cursor spins forever and then the page flashes up in an instant -- after the long wait. I decided today that it was enough and did some tracert testing to godaddy and winhost.com. After I noticed winhost.com was very fast I decided to try them out and see what would happen. Weirdness Part Deux I signed up with winhost.com and they said, we'll maybe send you and email in 1 day but if you don't get an email you have to print out this form (put your credit card info on it ) and fax it back to us to prove I am real or something. What!!??? So I'm checking my email every once in a while. Great customer service. Oh yeah!:thumbsdown::thumbsdown: my web site is http://raddev.us[^] if you want to see if it spins from your vantage point?
loads instantly for me
-
loads instantly for me
-
EDIT: 1. First of all thanks to everyone who helped out. I appreciate it. 2. I remembered this site PageSpeed Insights[^] and I tried it too. I think it is more of the speed of your page though, but all looks good from that viewpoint. I wish I knew what the latency was. ###################### My web site is hosted on GoDaddy. I recently got everything set up and my site is simple and small. It has nothing to do with the web site, even if I place a small html file it is slow. Here's what happens: Weirdness Part I The browser cursor spins forever and then the page flashes up in an instant -- after the long wait. I decided today that it was enough and did some tracert testing to godaddy and winhost.com. After I noticed winhost.com was very fast I decided to try them out and see what would happen. Weirdness Part Deux I signed up with winhost.com and they said, we'll maybe send you and email in 1 day but if you don't get an email you have to print out this form (put your credit card info on it ) and fax it back to us to prove I am real or something. What!!??? So I'm checking my email every once in a while. Great customer service. Oh yeah!:thumbsdown::thumbsdown: my web site is http://raddev.us[^] if you want to see if it spins from your vantage point?
Hi raddevus, There are many factors that make your site works slowly
1. Internal Factor
- have you optimized all your codes?
- have you optimized your SQL query?
- how effective your code, connection and database?- External Factor
- server specification
- network connection
- total number of clients/sites in a server
- whether there are junks, applications that are installed on the server
- whether there are cron, scheduled tasks that run on the server
If you believe that you have optimized your code, then the problem might be on the hosting provider. I heard many complaints about Godaddy hosting services. They are not good enough for hosting. But winhost, although I never tried them, but I see many good reviews about them. I always use asphostportal.com to host my asp.net site. I feel comfortable with them
- External Factor
-
Hi raddevus, There are many factors that make your site works slowly
1. Internal Factor
- have you optimized all your codes?
- have you optimized your SQL query?
- how effective your code, connection and database?- External Factor
- server specification
- network connection
- total number of clients/sites in a server
- whether there are junks, applications that are installed on the server
- whether there are cron, scheduled tasks that run on the server
If you believe that you have optimized your code, then the problem might be on the hosting provider. I heard many complaints about Godaddy hosting services. They are not good enough for hosting. But winhost, although I never tried them, but I see many good reviews about them. I always use asphostportal.com to host my asp.net site. I feel comfortable with them
- External Factor
-
thanks for the info. I've tested using a few tools now too and it seemed like a lot of the problem was DNS lookup for the site.
OK... Good luck for you and hope you can solve your problems. :)