473,508 Members | 2,267 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET AJAX 1.0 RC

I've been developing a few internal websites using Atlas/M$ Ajax for
quite a while now.

Now that Atlas has been developed to the release candidate stage, does
anyone have any idea as to how long it will be before the final release
is released?

One other thing, if I have a web page with an UpdatePanel on it, I'm
getting 3 javascript files totalling 128kb, which contain (from what I
can see) most of the javascript for the Atlas functions. Is this likely
to be reduced and optimised in the final relase? Whilst its not a great
deal for the user to download, it does seem like quite a hit on the
initial request.
Thanks

Dave.

Jan 4 '07 #1
4 1283
Yep I know exactly what you are talking about. Its way toooo heavy for a
website, at least any that is to be taken seriously and not an intranet.
That javascript file alone will probably prevent you from hitting your
'time to view page' benchmark... It does contain a lot and lot and lot
of stuff you dont need since its a framework. Trace through what that
framework is actually doing before making a call, scary. See thread 'Is
ASP.NET outdated?' in this newsgroup.

dl********@gmail.com wrote:
I've been developing a few internal websites using Atlas/M$ Ajax for
quite a while now.

Now that Atlas has been developed to the release candidate stage, does
anyone have any idea as to how long it will be before the final release
is released?

One other thing, if I have a web page with an UpdatePanel on it, I'm
getting 3 javascript files totalling 128kb, which contain (from what I
can see) most of the javascript for the Atlas functions. Is this likely
to be reduced and optimised in the final relase? Whilst its not a great
deal for the user to download, it does seem like quite a hit on the
initial request.
Thanks

Dave.
Jan 5 '07 #2
Thus wrote Joe (MCAD),
Yep I know exactly what you are talking about. Its way toooo heavy for
a website, at least any that is to be taken seriously and not an
intranet. That javascript file alone will probably prevent you from
hitting your 'time to view page' benchmark...
Hardly. ScriptResource.axd delivers JavaScript gzip-compressed and with all
whitespace removed if your application runs with <compilation debug="false"
/>. The delivered script is also marked as publicly cacheable, and is set
to expire after one year.

Cheers,
--
Joerg Jooss
ne********@joergjooss.de
Jan 6 '07 #3
Joerg Jooss wrote:
Thus wrote Joe (MCAD),
>Yep I know exactly what you are talking about. Its way toooo heavy for
a website, at least any that is to be taken seriously and not an
intranet. That javascript file alone will probably prevent you from
hitting your 'time to view page' benchmark...

Hardly. ScriptResource.axd delivers JavaScript gzip-compressed and with
all whitespace removed if your application runs with <compilation
debug="false" />. The delivered script is also marked as publicly
cacheable, and is set to expire after one year.

Cheers,
I am using a 3rd party compression in IIS 5, I am getting a
scriptresource.axd and webresource.axd, uncompressed they are 80k and
20k with a simple one button in an updatepanel test page. Compressed
they are 24k and 6k for a total of 30k of javascript; fairly good
compression. Now granted AJAX.NET framework offers far more than what
the above example is using it for, but i've in the past written similar
logic to whats being used here at about 1.5k uncompressed (conservative).

Point being 20X larger really is a big deal when you are talking about
benchmarks. I'm sure some would disagree...

Joe (MCAD)

Jan 10 '07 #4
Thus wrote Joe (MCAD),

[...]
I am using a 3rd party compression in IIS 5, I am getting a
scriptresource.axd and webresource.axd, uncompressed they are 80k and
20k with a simple one button in an updatepanel test page. Compressed
they are 24k and 6k for a total of 30k of javascript; fairly good
compression. Now granted AJAX.NET framework offers far more than what
the above example is using it for, but i've in the past written
similar logic to whats being used here at about 1.5k uncompressed
(conservative).
You probably didn't include a full-blown library that emulates core parts
of the BCL ;-)
Point being 20X larger really is a big deal when you are talking about
benchmarks. I'm sure some would disagree...
Again, all of the script files are fully cacheable. Unless users go crazy
with Ctrl-F5, or turn off caching altogether, I wouldn't expect the production
size of these files to become an issue.

Cheers,

--
Joerg Jooss
ne********@joergjooss.de
Jan 10 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
2318
by: Yarco | last post by:
I want to use "Ajax" to create my web for hobby. But i don't know whether "Ajax" is mature... And what about with php? Someone have experience on it? ....
4
4291
by: bobzimuta | last post by:
I'm creating a simple AJAX library. It's an object that will return an array containing the response text or xml. I'm trying to find a way to assign the response as a property of the object, but...
0
1825
by: melledge | last post by:
Ajax Developers' Day added to XTech 2006 agenda XTech 2006 - 17-19 May - Hotel Grand Krasnopolsky - Amsterdam, The Netherlands
0
1336
by: melledge | last post by:
Ajax Developers' Day added to XTech 2006 agenda XTech 2006 - 17-19 May - Hotel Grand Krasnopolsky - Amsterdam, The Netherlands
1
16472
by: www.web20developers.com | last post by:
http://www.web20developers.com http://www.web20developers.com/index.php?option=com_content&task=view... Ajallerix : AJAX, simple, fast Web image gallery demo ; at Novell AJAX -...
0
7224
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
1
7039
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7494
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5626
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5050
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3192
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3180
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1553
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
763
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.