I want to make CSS file load into HTML file time tester, so I search for idea how to test CSS file load time:
1) When I use import() function; 2) When I use link tag
Should I use PHP timers or something?
I want to make CSS file load into HTML file time tester, so I search for idea how to test CSS file load time:
1) When I use import() function; 2) When I use link tag
Should I use PHP timers or something?
In most browsers you can open a "Developer Mode" or something like that. There you can go to the "Network"-Tab and reload the page. Then you can see how long each page needs to load.
Cheers
PS: If you have questions to a specific browser, just post it in the comments.
The Chrome devtools network panel gives you a display of load times for each resource. You'll be able to see how fast your CSS file is loading. If you're not using chrome, modern browsers have inspector tools built in.