Or download that and run it locally like you're doing with bootstrap.css
It needs a bunch of font files to make that work though - can be a little painful
Pagnito
@Pagnito
wait so ur saying cuz i have a file for bootstrap and cdn for fontawesome is messing things up?
piteto
@piteto
There's always a risk of slow load times when getting your resources from an external server - like use.fontawesome.com.
To minimize the risk, always load your assets from the same server - in your case pavelyeganov.com
Pagnito
@Pagnito
tho apperently those two font file are identicial huh?
Jan Shah
@JanShah
@Pagnito there's something else, I'm sure your page is loading twice..
Pagnito
@Pagnito
if i download em, i can just import em into css right?
how so?
piteto
@piteto
those two files are identical aside from their names, yes
_
Jan Shah
@JanShah
or some script is repeating. open chrome, developer tools, performance tab, then refresh the page with screenshots ticked
@Pagnito
Pagnito
@Pagnito
@JanShah i removed the repeating font script, and i have no idea what im looking at after i did the performance test
loading time seems to have imporoved drstically, i just cleared all cache and history and data on my mobile browser and went back and it loaded instantly
tho my js file didnt get loaded
i redid the script tag, now gotta wait a lil to see if that will do it
Pagnito
@Pagnito
im gonna redo my whole portfolio soon anyway, so i guess it doesnt rly matter
Jan Shah
@JanShah
it loads something at 2 seconds and then something happens at 7 seconds, then it reloads
Pagnito
@Pagnito
it still doing it?
it doesnt do it on my browser
or wait hold on
which indicator tells u it reloads?
Jan Shah
@JanShah
no indicator, just screenshots that the profiler takes. last time I loaded, just now, it actually started rendering something then cleared again and reloaded at about 7 seconds
Pagnito
@Pagnito
thats weird, it doesnt do it on my browser
Jan Shah
@JanShah
it could be my hosting..
Pagnito
@Pagnito
can u try going on it on ur phone?
Engjell Bislimi
@Engjell00
any good videos that shows how to create website with html/css
Pagnito
@Pagnito
@Engjell00 traversy media on youtube
Jan Shah
@JanShah
doesn't look like it though, i've just tried a heavy page and it loads just fine
does the same on my phone, just faster @Pagnito
Pagnito
@Pagnito
oh yea it just did it on mine too
it loaded and about a second later, it reloaded
doesnt do it on my desktop tho
laptop i mean
Jan Shah
@JanShah
I'd try a couple of things. first, get your depencies from cdn sources, they seem to be taking a long time to load. second, get rid of the animation script, jquery one, see if it loads faster without that.