Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

dev_maniac12

@dev_maniac12
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Why is ASP so SLOW?! [modified]
    D dev_maniac12

    I agree with what other people have said that it really depends on the application, the programmer, the db and hardware. I think if you could make an exactly equivalent app in ASPX and PHP, and run it on exactly equivalent hardware, then the ASPX would actually run faster, just because it's compiled. I'll say that ASPX sites tend to be more complex, and because of that there's more the programmer can do wrong that will make it run slower. There's part of your answer. I'll also say that one really common reason that ASPX sites run slowly is out-of-control viewstates. Something like a forum that uses a repeater could have viewstate info for every control shown on the page, and that viewstate has to get transferred over the wire in both directions. So it's just the extra bandwidth making it seem slow. (I have actually coded pages with >200KB viewstates. My bad...)

    The Lounge question php css lounge
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups