Low FPS in very simple Android game

I made a simple fps counter. On a computer, a value of about 1000 is displayed. On a mobile phone: 20 fps …
_
Working on the old version of Unity 5.6, Android games worked with high fps, but when switching to the new version (2020.3 and higher), all Android games began to work very slowly.
_
Computer operating system version: Windows 10, version 20H2.
_
Phone operating system version: Android 10 QP1A on Redmi 9.
_
I am attaching a link to download the original project with the apk file in a 7zip archive:
https://www.dropbox.com/s/58wqawcmeoguh3i/Low%20FPS%20example.7z?raw=1

Yeah… After a lot of experiments, during which I tried a lot of solutions to the problem (which could not increase the number of frames per second to 60), I still achieved 60 fps in mobile games.
_
What I’ve done? I have installed Unity 5.6.7f1. In order to compile games on Android devices, I needed JDK 8, because Unity 5.6.7 did not want to work with newer ones. After that, I compiled an empty game for a smartphone and the FPS increased to 60! (in new versions of Unity 2017 - 2021, such scenes gave a maximum of 30 fps (I checked)).
_
Conclusion: I decided for myself to use Unity 5.6.7f1 to create mobile games.
_
Note: I have verified that the JDK version does not matter - I tried using JDK 8 in the new version of Unity, but the fps remained low.
_
Link to Unity 5.6.7f1 download page (just in case anyone needs it):

https://unity3d.com/get-unity/download/archive
_
_
EDITED on November 27, 2021:

My Redmi 9 was upgraded from Android 10 to Android 11. Changes:
_
Firstly, I was able to profile the GPU (there was an error earlier that the device does not support GPU profiling).

Secondly, applications that previously showed a maximum of 30 FPS now display 60 FPS.
_
Together with Android, the MIUI firmware was updated to 12.5.1 and it was reported that the rendering was optimized.
_
In a word, now games from any version of Unity work like clockwork!

Disabling vsink did not help. FPS targeting is not set.


Here is the profile from the smartphone:
[181248-profileronsmartphone.png|181248]