Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey man, curious if you have any more insight into this topic.
    I have the exact same problem. Got hit with the file manager hack, deleted all the erroneous php that Wordfence could find, including the radio.php that was in one of the theme folders. Deleted the theme. Same problem as you, though, htaccess and index.php keep being overwritten and the permissions keep changing to read only.

    Are there any other steps you took here that might be helpful?

    Thread Starter notbatman09

    (@notbatman09)

    The best solution to this I found was the Asset CleanUp plugin, which has font preloading built-in. Just past the font URL in the preloading option there, should get rid of this issue.

    Thread Starter notbatman09

    (@notbatman09)

    Ah, nevermind, I found the option in the settings.

    Thread Starter notbatman09

    (@notbatman09)

    Just took a look there. I’m not entirely sure how to decipher whether it’s getting preloaded right, but the font appears in roughly the same place on the list with the code there and with the code removed (after several other fonts)

    S6u8w4BMUTPHjxsAXC-q.woff2 FontS6uyw4BMUTPHjx4wXg.woff2 FontS6u9w4BMUTPHh6UVSwiPGQ.woff2 Fontmem8YaGs126MiZpBA-UFVZ0b.woff2 Fontmem5YaGs126MiZpBA-UN7rgOUuhp.woff2 Font4iCs6KVjbNBYlgoKfw72.woff2 Font4iCv6KVjbNBYlgoCxCvjsGyN.woff2 Fontfontawesome-webfont.woff2?v=4.7.0 Fontdata:application/fo…

    With and without the code snippet in the header, that font queues in the same place @ 1.7-1.8s
    With the code in the css does, however, load closer to the top. It looks like it actually loads the font from font-awesome.min.css?v=4.7.0, but if I change the css preload line to that, it just loads that stylesheet twice and the font still loads in the same place.

    I’m stumped :/

    Thread Starter notbatman09

    (@notbatman09)

    It says:

    Preload key requests
    2.07 s
    Consider using <link rel=preload> to prioritize fetching resources that are currently requested later in page load. Learn more.
    URL
    Potential Savings
    …fonts/fontawesome-webfont.woff2?v=4.7.0(brightrockmedia.com)
    2,070 ms

    Thread Starter notbatman09

    (@notbatman09)

    Thanks for responding 🙂

    I’ve changed it now to

    <link rel="preload" as="style" href="https://brightrockmedia.com/wp-content/themes/hitmag/css/font-awesome.min.css" >
    <link rel=”preload” href=”https://brightrockmedia.com/wp-content/themes/hitmag/fonts/fontawesome-webfont.woff2?v=4.7.0” as=”font” type="font/woff2" crossorigin>

    But it still doesn’t fix the issue in page speed insights.

Viewing 6 replies - 1 through 6 (of 6 total)