Replies: 6
Hello,
Recently, without any changes being made to the site, I noticed it’s load time had gotten significantly slower. It use to load in ~2seconds now it takes 10+. I ran a GTMetrix report and discovered the problem.
There’s a line item hitting a 404 under i0.wp.com. I have come to understand this is Jetpack Photon related. I tried to trace where this image “existed” but it just doesn’t. It says it’s a background image for a module, but it’s not. I have no idea why it popped up out of nowhere when it wasn’t there before and no changes were made since.
I tried to disable photon to see if it would go away, and it did not, still showing i0.wp.com 404. Do you need to clear the cache on your end or is this something else?
This is the part of the code I identified the image to reside in:
</style>
<div class=”td_uid_74_5d33264888b84_rand_style td-element-style” ><div class=”td-element-style-before”><style>
.td_uid_74_5d33264888b84_rand_style > .td-element-style-before {
content:” !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
background-image:url(“https://i0.wp.com/vettoc.com/wp-content/uploads/2019/05/2018042124a9a90e-4647-08af-9826-d08824096e7c.jpg?fit=500%2C588&ssl=1”) !important;
background-position:center center !important;
background-size:cover !important;
}
Thank you.