What do the calls to ScriptResource.axd do besides loading the two rows of toolbar?
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
>I don't have Silverlight installed and everything works. It would be nice if it worked
faster.
In which case it is another area where the site can be optimised.
On the topic of working faster, I consider the default to "posts not read" to be wrong - it should be no more than 7 days by default. I find that that page loads a lot faster if only 1 day is specified instead of all time.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
I ask only in order that our request to speed up this editor, be as accurately argued as possible.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
The fix looks well worth trying on some AJAX.NET sites my coleagues are working on.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
JoshStodola
Star
13736 Points
3177 Posts
Re: Rich Text Editor
Oct 07, 2008 02:43 PM|LINK
Yes! I experience this all the time. I am on a T1 connection, and no other site gives me problems.
Time to re-think the editor, guys; it's seriously flawed. This tab system is slower than mollasses, too.
I hate all of these calls to ScriptResource.axd!!!
SGWellens
All-Star
126031 Points
10310 Posts
Moderator
Re: Rich Text Editor
Oct 07, 2008 03:07 PM|LINK
I would like to see this stuff dumped (it can't make it worse):
<link rel="stylesheet" href="/PageGate/style/PageGate.css" type="text/css" media="screen" />
<script type="text/javascript" src="/PageGate/js/PageGate.js" ></script>
<script type="text/javascript" src="/PageGate/js/Silverlight.js" ></script>
<body class="forum" onload="PageGate('/PageGate/checkcookie.html', '/PageGate/installprompt.html');">
<script language="javascript" type="text/javascript" src="https://analytics.live.com/Analytics/msAnalytics.js"></script>
<script language="javascript" type="text/javascript">
msAnalytics.ProfileId = 'CFC3';
msAnalytics.CookieDomain = 'www';
msAnalytics.TrackPage();
</script>
My blog
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: Rich Text Editor
Oct 07, 2008 03:09 PM|LINK
>I hate all of these calls to ScriptResource.axd!
What do the calls to ScriptResource.axd do besides loading the two rows of toolbar?
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: Rich Text Editor
Oct 07, 2008 03:12 PM|LINK
Does this part of the site need Silverlight?
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
SGWellens
All-Star
126031 Points
10310 Posts
Moderator
Re: Rich Text Editor
Oct 07, 2008 03:28 PM|LINK
I don't have Silverlight installed and everything works. It would be nice if it worked faster.
My blog
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: Rich Text Editor
Oct 07, 2008 03:36 PM|LINK
>I don't have Silverlight installed and everything works. It would be nice if it worked faster.
In which case it is another area where the site can be optimised.
On the topic of working faster, I consider the default to "posts not read" to be wrong - it should be no more than 7 days by default. I find that that page loads a lot faster if only 1 day is specified instead of all time.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
JoshStodola
Star
13736 Points
3177 Posts
Re: Rich Text Editor
Oct 07, 2008 07:34 PM|LINK
You have to ask? They take the longest to download, and the majority of what is being downloaded is not even necessary!
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: Rich Text Editor
Oct 07, 2008 07:58 PM|LINK
I ask only in order that our request to speed up this editor, be as accurately argued as possible.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
SGWellens
All-Star
126031 Points
10310 Posts
Moderator
Re: Rich Text Editor
Oct 07, 2008 09:26 PM|LINK
I was also curious about ScriptResource.axd.
Other people have the same beef: http://bytes.com/forum/thread710118.html
Here's a "fix": http://blog.madskristensen.dk/post/Optimize-WebResourceaxd-and-ScriptResourceaxd.aspx
I wish more web sites would follow the Google/Drudge Report/Craigslist paradigm that "Less is More".
My blog
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: Rich Text Editor
Oct 07, 2008 09:39 PM|LINK
Well spotted Steve!
The fix looks well worth trying on some AJAX.NET sites my coleagues are working on.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239