Architecture :: Improve Average Speed Per KB Of Website?

Jul 23, 2010

There are various website speed test online tools available. Few of them are listed on: [URL] I tested my website using iweb and selfseo. My website is showing 0.03KB Average speed per KB everywhere. Even google also is giving same kind of results.I tested the site using Page Speed and YSlow. I have already followed most of the recommendations suggested by these tools like efficient use CSS, contents across the domains, caching, compression and all. But still I am getting the same average speed per kb. Page speed is showing around 85/100 as my page speed score, so I guess I have optimized my site a lot. My questions here are:

1. What are the other factors affecting the avg speed per kb of a website?

2. How to improve the Avg speed per kb?

3. Is there anything related with the Server Software and Hardware that I have to check?

Note: I tested by uploading a plain html page with simple text "Hello World", but the avg speed per kb is the same for this page as well. Same is the case with the rest of the pages.

Application Platform : ASP.Net 3.5, C#3.0, LINQ as Data Access, SQL Server 2008

Server Platform : Windows Server 2003.

View 2 Replies


Similar Messages:

SQL Server :: Calculating Time And Average Speed?

Mar 4, 2011

I have two datetime2(1) fields in my db. I will calculate the time in hours and minutes between them. That I have done this way:

[Code]....

This works. But how can I calculate the avgerage speed if I have drived 665 kilometers in this time? I know how to do it with only houurs but not with the minutes to. I have tried this and I think it works. Is it correct?

[Code]....

View 2 Replies

Web Forms :: How To Improve The Speed Of Postback

Mar 4, 2011

i have 100 buttons and 101 textboxs, button run scripts and some of them run by code like this:

[code]....

i meaen i want it run on client side only , before i submit by another button, but the problem is it spent more than 2 second to get value

from textbox1 to textbox2 in this case( because i have 101 button run like these), i know that it need time postback to server. i could not use return()false because if i do like that the value from texbox1 will not add into textbox2, 2 seconds is not reach my golf.

View 6 Replies

Web Forms :: Improve Speed And Better Performance?

Jul 14, 2010

I am working on finance domain, we are using many sessions and viewstates for store values and data. Our clients want fast speed of our website. We are using grid/repeater/datalist and chart controls for show data.

View 3 Replies

Images / Thumbnails - Improve Download Speed?

Jun 15, 2010

I have a website that enable the user to upload pics to server (uploaded pics sizes are 300x400 and approximately 270kb). In my app. I am having another page that lists the pics and I am using there an image control for that purpose. The Image control sizes are 80px width, 60px height. My question is how can I improve the download speed by minimizing the images ? Do I have to create a thumbnail for each picture the user upload?

View 4 Replies

AJAX :: Improve Asynchronous Postback Speed?

Oct 10, 2010

i am trying to increase my web based game movement system speed as much as possible.

i am using ajax asynchronous postbacks for moving on the map. (if you wanna check address [URL] )

so i am looking for all kind of tips to increase ajax asynchronous postback speed.

View 15 Replies

Apply Http Compression Gzip To Improve Speed?

Mar 10, 2011

I have an asp.net page which has 4 grid views connecting to mysql database for data population. The average response time for a round trip to the server is 20.55 seconds. That is way too much time. I have since applied the HTTP Compression GZip to improve the speed,I don't see any improvement in load time. Ive also used pagination, but no effect.

View 3 Replies

Can Literal Control Improve Web Page Speed Over Label Control

Apr 28, 2010

i have grid that uses around 12 to 15 label when i bind it...and grid contains thousands of records, now if i'll use literal control instead of label will it to improve the speed.

View 4 Replies

Architecture :: Chess Programming Model - Memory Consumption And Speed

Nov 9, 2010

I am trying to develop a chess application in asp.net (C#). I am very confused about overall structure of the application. I am just unable to figure out the complete model (or prototype) of my project. As chess programming should be very efficient in memory consumption and speed, can someone provide me a good idea , how should I develop my application. Currently, I am taking a class named 'Chessboard' for my project and its objects are chesspieces ( pawn,king,queeen). I am initialising each object with some properties (type, value, color etc). But its quite complex. I am having 32 objects in this approach.

View 1 Replies

Architecture :: Build A Page To Test Online Video Speed?

Sep 30, 2010

I need to build a page to test online video speed.

video will be uploaded in my webserver and there is no flash play in the server. I need to have two players. one is window media player, second is a flashplayer (prefer using google player)

Page layout:

Windows media player

report of speed testing

Flash player

report of speed testing

report requirement

1.length of video

2. total time that spend to load this video (dynamic is better)

3. average download and upload speed during playing the video

View 1 Replies

C# - Improve Design Of GUI / Website

Oct 7, 2010

So i am using visual studio 2008, asp.net 3.5, with the basic toolkit provided. Now i have made the gui which a lot of functionality but the design is very basic. nd looks too old. I need to give it a new look, a new feeling new designs. like the gridview, the buttons the textboxes, the menus look basic. this is not working for me. let me how should i go about doing this?

1) i have herd about tool kits but dont kno which ones are good..(dont want the really expensive ones) but if it is really good my company is ready to spend.

2) will the new VS 2010 or asp.net 4.0 make a difference.

3) The ajax toolkit or silverlight toolkit is any good?

4) i also need to show Charts and graphs now, currently using MS charts.. but now i need which is good.

View 2 Replies

Putting Average Of Column In Footer - Can Get The Average Of All The Numbers In The Column?

Dec 3, 2010

I am able to sum an entire column and put the total in a column, but what if i want to get the average of all the numbers in the column?

[code]....

View 1 Replies

DataSource Controls :: How To Improve Website's Performance

Jun 5, 2010

I had created a web site with asp.net and sqlserver. How can i improve the my website's performance in with regard sqlserver connection?What's your mind about use pool connection? In this regard what the defualt values is set for 'Max Pool Size' and 'Min Pool Size'?What's your mind about use Asynchronous access to data? What's your mind about other ways that you think?

View 3 Replies

Useful Steps To Increase The Speed Of The Website?

Mar 30, 2010

I know its a common question. But I want to share something. Actually I am working on e-commerce portal. It consists of 32000 products with around 2500 categories. I used 3-tier architechture for this project.Everyting is coming using stored procedures. I used master pages as well.But still I am fighting with the performance issue. Can anyone pls tell me some usefull steps to increase the speed of the website.Its taking ages to load the pages. please look at the site

View 2 Replies

How To Speed Up Compilation Of 30 Languages Website In VS.NET 2010

Feb 15, 2011

Recently, I added a massive amount of new languages (as RESX files) to an ASP.NET Web Site project in VS.NET 2010.

The project has approximately 50 ASPX pages and did build rather fast, before I added the languages.

Since the languages were added the compiler takes several minutes (well, at least 1-2) until the browser sees a page.

Now I'm currently investigating, whether I could speed up compilation time inside my development environment. I can think of:

Leaving out the RESX files in VS.NET and copy them from another, external folder, when deploying to the web server, only.
Change the project type from Web Site to Web Application.

My question:

how you would improve development speed of a large multi-language website in ASP.NET 4.0?

View 1 Replies

Web Forms :: Measure Website / Webpage Speed?

Mar 21, 2011

i published an web application now, i want to measure that speed, response time etc., what is the best to find these?

View 4 Replies

Architecture :: Admin Website And Main Website Under Same Solution?

Jan 7, 2011

I want to put my website project and admin website under same project as I want to use session and authentication of the main site. Also I want to show the admin, the page, where he has made changes. But the problem is whenever I will change anything in admin pages, I've to build the entire website. I don't want to do that. Can I build that separately?

I don't want to choose the option of building all pages separately as well.

Is there any alternatives of doing that. Separate projects for admin and website will come up with many other challenges. So I would like to avoid that.

View 2 Replies

Architecture :: Website That Work A Lot With The DB - The Best Way?

May 22, 2010

I'm in the middle-end of written a big website that work a lot with the db.
In every call a page runs 5-12 different queries.What I did was build an execute class that uses MySqlConnector API, which get string that represent the sql and the parameters and then just execute the query and return DataTable. In addition to that I have a class that hold all the function that call the execute class functions. For example in the class I have getAllProducts, getOldestProducts etc... and in each and every one of them theres sql statements.

Recently I watch the LINQ video series(How Do I with LINQ - on this site) and it looked good.As I sees it my way is very good because it just open connection execute the sql get the result and close the connection.The question is what is the best performance wise way to build this site? Is it my way that I use all along? Is it using LINQ? Or working with DataSet/TypedDataSet is the preferred way?

View 4 Replies

Architecture :: Edit Website GUI At Runtime ?

Mar 30, 2010

How to build a web application using ASP.NET , this web app isa portal and i can edit in the interface of each web page at runtime ,[URL]How can i do that ???? , is that require sharepoint WSS , sharepoint designer , PathInfo , Forms server ????And if that web app require these apps , how can i use them to build web app like , i looking for a tutorial

View 1 Replies

Architecture :: Why Website Is Stopping / Resetting

Nov 15, 2010

We are using a .net web application and my environment is as follows:-

SERVER : Server: Windows 2003
.NET FRAMEWORK : 3.5
ASP.NET FRAMEWORK : ASP.NET 2.0
Template used : ASP.NET Web application project ( not a web site)

I have code in global.asax.cs which is like below. This code dynamically loading the web.config. Is this right? Since the deployment accidentally the web.config been copied mutlitple times (in past) which was bringin uat web.config to prod and causing the prod to point to uat databae, we did this way, i.e dynamically reading the param values from a file and loading them to web.config dynamically.

Is this right? The web site is loosing connection string once a while and making the site to go down. One thing i noticed is in DEV / QA / UAT we have the ASP.NET version tab in iis set to 2.0, but in prod it's been set to 1.1. I told them to change, but somebody arguing how it worked for a while and suddenly stopped. I don't know the answer. Could somebody tell me or point me to a direction to fix this.

private void LoadConfig()
{
string xml = null;
FileStream fs = null;
StreamReader str = null;
System.Xml.XmlDocument xmlDoc = null;
System.Xml.XmlNode xmlNode = null;
EventLog _eventLog = null;
try
{
// Get the Config path from registry, parse and set the static properties of the class.
string configFile = CompName.CoreLib.SystemUtilities.RegistryUtility.ReadValue("ConfigPath") + @"ApplSettingsConfig.xml";
//string configFile = @"C:" + @"Common.Config";
// Read the XML Config File
fs = File.OpenRead(configFile);
str = new StreamReader(fs);
xml = str.ReadToEnd();
str.Close();
fs.Close();..............................

View 2 Replies

Website Translation Architecture And Implementation?

Mar 18, 2011

I'm conducting a project in which a website should have multi-language support.Now, this website is supposed to serve about 500K+ visitors a day, so it must be super-efficient.

I've created a table of parameters {[ID],[Name]} AND a linkage-table {[objectID],[parameterID],[languageID],[value]}. I think it's the best way to deploy multi-language support while having the privilege to translate different parameters for each language.

As far as I know, server's memory is much faster than a physical HDD. Therefore, I'm planning to store ASP.NET Application State objects for my translation architecture.[URL]

View 3 Replies

Architecture :: Set Up Multi Tenant Website

Dec 21, 2010

I've been all around the net for weeks now trying to figure out the best way to set up a Multi-tenant website (building a web app that multiple companies and their employees will use). As far as a database goes, I am interested in using one database with a copied set of tables for each company. As far as managing the login and security in MVC2 I am lost with the myriad of examples (mostly old and not MVC) that I have seen. So ideally my app would allow a company rep to register their company and then be able to add their own employees to the site. Then all employees could login and be securely associated with their own company's tables (table names would be appended with their AccountID).

I'm not sure if this would be handled using routing or session variables or what the more ideal and up to date methods might be. Like others who have discussed this issue, it seems like this should be a much more fleshed out solution as it is becoming a more common use on the internet. I'm even willing to simplify the database down to one set of tables that stores an AccountID in each row if needed.

View 1 Replies

Architecture :: Create A Plug In For Other Website?

Jul 28, 2010

I have a ASP.net website, i have a page, based on the query string, i grab certain information from database and display the image.

I need create a javascript to put in the javascript in otherwebsite, and then this image will display in that website.

The functionality is same as good ads something like below.

<script type="text/javascript"><!--
google_ad_client = "......";
/* Ad for AdSelector */
google_ad_slot = "....";
google_ad_width = 1;
google_ad_height = 2;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

View 4 Replies

Architecture :: Search Engine For Website?

Oct 11, 2010

I need to create a search engine for my website that searches my entire content and files stored in a database.What is the best way and easy to accomplish this?If can, please provide a few samples or links.

View 4 Replies

Architecture :: How To Detect User Registration In Another Website

Mar 26, 2011

I reffer users from my website to another website (not my own website, I dont have any access to code).How can I detect a user registered in this website I have reffered to....

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved