Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi Guys,
I have a server with static IP (which is access via internet)
Need to develop application for online invoicing (access via main server)
Speed is the most imported thing in that system,
I have tested WPF application, its 5, 6 seconds slow
Any suggestion for this
Thank you

What I have tried:

I have tested WPF application, its 5, 6 seconds slow
Posted
Updated 4-Mar-18 19:45pm
v2

This isn't a question that we can even begin to answer - we have no idea what you app does, how it does it, what the server is, where the server is, what the connection is like at both ends, what is running on the server, or even what part(s) of you app are taking 5 or 6 seconds to do whatever it is they are doing.

So it's going to be up to you.
Start by using the Stopwatch Class (System.Diagnostics)[^] to add loggin info to your app to work out how long the varuious parts are taking. Use that info to narrow down the loggin to find out where ion you code it is using significant time and focus your efforts there.

Once you have metrics you can start looking at why things are slow (and use them to monitor the extent of any improvements) but without them you are just guessing and that won;t work at all.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900