Results 1 to 9 of 9

Thread: Any web designers around here? I've got a huge problem.

  1. Registered TeamPlayer Xavsnipe's Avatar
    Join Date
    10-20-07
    Posts
    13,250
    Post Thanks / Like
    #1

    Any web designers around here? I've got a huge problem.

    I've got a couple of developers working on a website application for schools (sort of like blackboard application). The kids are able to view their syllabus, pending homework, grades, download HW, upload HW, etc etc.

    The problem is whenever someone logs in it takes about 30-40 seconds for it to go to the next page. Why is it so slow? The website is hosted on www.ixwebhosting.com

    the website is beta.elaulavirtual.com (means the virtual classroom)

    If anyone can try it out and help me here is a login for the website:

    user: rdiaz
    pass: abc1001

    P.S. you'll only be able to use Internet Explorer to properly log into the website. The rest of the platforms are currently being worked on.
    Quote Originally Posted by phidan View Post
    The whole crux of your [deathgod] argument is nothing's impossible.
    Deathgod on Finance
    Quote Originally Posted by deathgodusmc View Post
    [The] purchase was a loss but it was its proper return

  2. Administrator Bunni's Avatar
    Join Date
    08-29-07
    Posts
    14,279
    Post Thanks / Like
    Blog Entries
    7
    Stat Links

    Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem.
    Gamer IDs

    Steam ID: bunni Bunni's Originid: Dr_Bunni
    #2

    Re: Any web designers around here? I've got a huge problem.

    Quote Originally Posted by Xavsnipe
    I've got a couple of developers working on a website application for schools (sort of like blackboard application). The kids are able to view their syllabus, pending homework, grades, download HW, upload HW, etc etc.

    The problem is whenever someone logs in it takes about 30-40 seconds for it to go to the next page. Why is it so slow? The website is hosted on www.ixwebhosting.com

    the website is beta.elaulavirtual.com (means the virtual classroom)

    If anyone can try it out and help me here is a login for the website:

    user: rdiaz
    pass: abc1001

    P.S. you'll only be able to use Internet Explorer to properly log into the website. The rest of the platforms are currently being worked on.
    ASP, check your query calls to db, asp is known for its slopy resource management. Start implementing debug prints, to echo load times to reach each point (ex have global time, print difference between now and global for each time you print the debug, then set global = now)

    ex

    global = now
    print page header
    holder = now //youll need this to avoid time loss from individual calls (ex time from print to set of global)
    debug print timeformat(holder -global)
    global = holder

    do some more
    holder = now
    debug print timeformat(holder -global)
    global = holder



    yada yada yada


    if queries are your problems, give me the pseudo for problem areas and table structure. Make sure your heavy calls are to keys in the table. Calling a lengthy table's field thats not key'ed can take oodles of time.

  3. Registered TeamPlayer Warprosper's Avatar
    Join Date
    09-01-08
    Posts
    5,775
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem.
    Gamer IDs

    PSN ID: Warprosper Steam ID: Nukewarprosper Warprosper's Originid: Warprosper
    #3

    Re: Any web designers around here? I've got a huge problem.

    ^^ Yea^^

  4. Registered TeamPlayer Xavsnipe's Avatar
    Join Date
    10-20-07
    Posts
    13,250
    Post Thanks / Like
    #4

    Re: Any web designers around here? I've got a huge problem.

    Thank you, I'll pass it along. I'll let you know.

    THanks for the help.
    Quote Originally Posted by phidan View Post
    The whole crux of your [deathgod] argument is nothing's impossible.
    Deathgod on Finance
    Quote Originally Posted by deathgodusmc View Post
    [The] purchase was a loss but it was its proper return

  5. Registered TeamPlayer Xavsnipe's Avatar
    Join Date
    10-20-07
    Posts
    13,250
    Post Thanks / Like
    #5

    Re: Any web designers around here? I've got a huge problem.

    So do you guys think it should be a simple solution or is it going to be a pain in the ass?
    Quote Originally Posted by phidan View Post
    The whole crux of your [deathgod] argument is nothing's impossible.
    Deathgod on Finance
    Quote Originally Posted by deathgodusmc View Post
    [The] purchase was a loss but it was its proper return

  6. Administrator Bunni's Avatar
    Join Date
    08-29-07
    Posts
    14,279
    Post Thanks / Like
    Blog Entries
    7
    Stat Links

    Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem.
    Gamer IDs

    Steam ID: bunni Bunni's Originid: Dr_Bunni
    #6

    Re: Any web designers around here? I've got a huge problem.

    Quote Originally Posted by Xavsnipe
    So do you guys think it should be a simple solution or is it going to be a pain in the ass?
    If its asp related, then continuing to use asp would only lead to more headaches. In my honest, professional opinion, id stay, far, far, away from asp. Php is the way to go for fast, heavy traffic, resource heavy service, sites.

  7. Registered TeamPlayer Xavsnipe's Avatar
    Join Date
    10-20-07
    Posts
    13,250
    Post Thanks / Like
    #7

    Re: Any web designers around here? I've got a huge problem.

    That means building the site all over again, doesn't it?
    Quote Originally Posted by phidan View Post
    The whole crux of your [deathgod] argument is nothing's impossible.
    Deathgod on Finance
    Quote Originally Posted by deathgodusmc View Post
    [The] purchase was a loss but it was its proper return

  8. Administrator Bunni's Avatar
    Join Date
    08-29-07
    Posts
    14,279
    Post Thanks / Like
    Blog Entries
    7
    Stat Links

    Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem. Any web designers around here? I've got a huge problem.
    Gamer IDs

    Steam ID: bunni Bunni's Originid: Dr_Bunni
    #8

    Re: Any web designers around here? I've got a huge problem.

    Quote Originally Posted by Xavsnipe
    That means building the site all over again, doesn't it?
    yup, to make a point, check out the stats on what os webservers are running, youll see the overwhelming stats point to unix (which cannot run microsofts windows only asp junk), its either 80% or 98% on unix, cant remember which.

  9. Registered TeamPlayer Xavsnipe's Avatar
    Join Date
    10-20-07
    Posts
    13,250
    Post Thanks / Like
    #9

    Re: Any web designers around here? I've got a huge problem.

    alright...I'll check it out.
    Quote Originally Posted by phidan View Post
    The whole crux of your [deathgod] argument is nothing's impossible.
    Deathgod on Finance
    Quote Originally Posted by deathgodusmc View Post
    [The] purchase was a loss but it was its proper return

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Title