F5F Stay Refreshed Software Operating Systems Windows 10 performance issues. Disk optimization problems.

Windows 10 performance issues. Disk optimization problems.

Windows 10 performance issues. Disk optimization problems.

Pages (2): Previous 1 2
K
KerrBear2002
Member
53
07-23-2016, 04:06 PM
#11
It's typical for SSDs to experience some slowdown when handling a large number of random files. The impact depends on factors like file size, access patterns, and the SSD's write endurance.
K
KerrBear2002
07-23-2016, 04:06 PM #11

It's typical for SSDs to experience some slowdown when handling a large number of random files. The impact depends on factors like file size, access patterns, and the SSD's write endurance.

Y
YoNOva
Junior Member
41
07-25-2016, 04:44 AM
#12
What are you doing with those files? But that seems normal, there is a lot of overhead dealing with lots of small files
Y
YoNOva
07-25-2016, 04:44 AM #12

What are you doing with those files? But that seems normal, there is a lot of overhead dealing with lots of small files

M
missbatmanxox
Member
111
07-25-2016, 05:57 AM
#13
The project mainly uses PHP and JavaScript files, with roughly 25 SVG assets. Creating a website for an individual (remember: each php/js change results in a fresh copy)
M
missbatmanxox
07-25-2016, 05:57 AM #13

The project mainly uses PHP and JavaScript files, with roughly 25 SVG assets. Creating a website for an individual (remember: each php/js change results in a fresh copy)

T
thebjmax1
Senior Member
395
07-25-2016, 06:52 AM
#14
The process may seem quick, but it actually requires a short pause.
T
thebjmax1
07-25-2016, 06:52 AM #14

The process may seem quick, but it actually requires a short pause.

B
Bekindly_
Member
165
07-25-2016, 11:07 AM
#15
Taking roughly a minute and a half to process.
B
Bekindly_
07-25-2016, 11:07 AM #15

Taking roughly a minute and a half to process.

T
TechnicSkyz
Junior Member
42
07-25-2016, 06:24 PM
#16
How the storage space is showing up is not immediately clear, but it's tough to verify without the precise files.
T
TechnicSkyz
07-25-2016, 06:24 PM #16

How the storage space is showing up is not immediately clear, but it's tough to verify without the precise files.

J
joeyman108
Member
56
07-25-2016, 09:04 PM
#17
10-12%
J
joeyman108
07-25-2016, 09:04 PM #17

10-12%

K
KlayDog1
Senior Member
685
07-27-2016, 09:37 PM
#18
This suggests the CPU might be the bottleneck. Consider using robocopy with multithreading, which could significantly improve the speed of copying many small files.
K
KlayDog1
07-27-2016, 09:37 PM #18

This suggests the CPU might be the bottleneck. Consider using robocopy with multithreading, which could significantly improve the speed of copying many small files.

N
Narnab
Member
105
08-02-2016, 07:27 PM
#19
Can you give more info about Robocopy?
N
Narnab
08-02-2016, 07:27 PM #19

Can you give more info about Robocopy?

B
Bones_535
Junior Member
11
08-02-2016, 07:35 PM
#20
It's a Windows application designed to transfer files. The documentation explains how to use the Robocopy command effectively.
B
Bones_535
08-02-2016, 07:35 PM #20

It's a Windows application designed to transfer files. The documentation explains how to use the Robocopy command effectively.

Pages (2): Previous 1 2