[ad_1]
[ad_2]
hello everyone! I'm desperate and I need help. I build a website in WP using the Golo Theme, with the Golo Framework plugin and I have an error occurring that keeps slowing my site down like crazy. Could someone please guide me on how to solve these two errors? Thanks for your help!

The 404 error means the image or file can’t be found. So either it does not exist or the path to the file is incorrect.
I also see one that says “blocked by client”, this could be due to an ad blocker if you’re using one
It looks like its trying to fetch a page called /” /”
%22 is the URL encoded reference for quote marks -> “
[https://dr10.ro/wp-content/plugins/golo-framework/assets/images/no-image.jpg](https://dr10.ro/wp-content/plugins/golo-framework/assets/images/no-image.jpg)
maybe you have 2 ( or more) open quotes in the plugin…
%22 = ”
[https://www.w3schools.com/tags/ref_urlencode.ASP](https://www.w3schools.com/tags/ref_urlencode.ASP)
Change it and fix it.