A
A
Andrey2018-10-16 11:01:21
WPF
Andrey, 2018-10-16 11:01:21

How to increase the speed of the application on a weak PC?

Good day everyone!
Please tell me how it is possible and whether it is possible in principle to reduce the dependence of an application written in C # WPF on computer performance?
The bottom line is that there is an application that using MySql.Data.MySqlClient;connects to the MySql database with the help, makes a request and fills the DateGrid with the result of the request.
On different PCs, the application runs at different speeds. On i5 + ssd, the result is displayed instantly. On pentiums with hdd, the result is displayed in 2-3 seconds. The speed of SQL query execution on both PCs is the same, 203 ms according to SQLyog's timer. Connection to the server with a DB - identical. Is it possible to somehow increase the speed?
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2018-10-16
@andrey71

In order to increase the performance - you need to look where the "bottleneck". Take a profiler and see what slows you down in the program.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question