• Hi everyone, recently i found out about GTMetrix and have been using it to tackle my site issue one by one, but i come across this 2 particular issue which i have no idea how to fixed em. Its a 301 and a 404 status issue im facing.

    For the 404 file i found it under Waterfall Chart and its taking up alot of loading time but i cant find the image/file in my WordPress Gallery.

    Waterfall-Chart404

    As for 301… is it normal for it to redirect from Http to Https? Like a redirect/double loading thing.

    Waterfall-Chart

    Thank you so much for reading, hope you guys can help out. Thank you!

    • This topic was modified 6 years, 3 months ago by Yui.
    • This topic was modified 6 years, 3 months ago by julienlew.
    • This topic was modified 6 years, 3 months ago by julienlew.
    • This topic was modified 6 years, 3 months ago by julienlew.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    Yes, a redirect to HTTPS involves a 301 status. Avoid having any links the use HTTP and then no one will get the 301. As for existing search result links using HTTP, the 301 status should cause search engines to eventually update their links. This can take a fairly long time to happen.

    As for the 404 image, you need to find the referring link in the page’s source HTML. Its location on the page will hopefully give you an idea about where it’s coming from in WP. Once you find its true source you can remove the reference. If the referring link cannot be found in source HTML, it was probably requested from JavaScript code.

    Thread Starter julienlew

    (@julienlew)

    Hi bcworkz,

    Thanks so much for your reply! understood on the 301 status

    For 404 image, do you mean that i have to edit on the coding in order to remove it? like the htaccess file or something similar. Im actually not familiar with this, im using alot plugins in wp to fix my issues…

    I found the HTML code,

    “<meta name=”twitter:image” content=”https://musketeerscoffee.sg/wp-content/uploads/2019/10/Mobile-Coffee-Services-Singapore-1.jpg”>&#8221; But how can i remove it from my site?

    • This reply was modified 6 years, 3 months ago by julienlew.
    Moderator bcworkz

    (@bcworkz)

    Sorry but you didn’t find it 🙁 That image does exist. It’s probably the featured image of the page you found it on, the meta link placed there by an SEO or social plugin.

    The problem file’s name is just 1.jpg, not Mobile-Coffee-Services-Singapore-1.jpg. Easy mistake to make. As I said, if it’s not in your HTML source, then it’s loaded by script. Finding it in script files can be difficult. It might be easiest to narrow down the plugin whose script is trying to load that file. You need an easier way to check for the request than gMetrix. Use your browser’s network developer tool.

    You can use the network tool to learn the full URL of the problem file so you can check if it’s really there and verify it has proper permissions. The URL might even tell you which plugin it belongs to. Once you know the plugin, see if an update is available. Updates often solve odd problems. Sometimes updates introduce new problems. If you continue to have trouble with a specific plugin, I recommend contacting its dev through the plugin’s official support channel.

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

The topic ‘GTMetrix > Waterfall Chart Issue.’ is closed to new replies.