Hardcoded localhost address in PHP files

Posted in: Newspaper
Post count: 2

Wordpress was loading slowly, so I started analyzing requests sent from the browser to the server. I noticed a request goes to a loclahost address (192.168.0.208) to get an image (4.jpg). This address is not reserved on the LAN. Searching the source for more links to localhost I’ve found another LAN reference here: td-cloud-library/state/single/tdb_state_single.php
like this:
action=”https://192.168.0.208/wp_011_video_pro/wp-comments-post.php”

Why these references are here? Can I get rid of domain part of these absolute URLs and create a relative one?

Post count: 35449

Hi sygnumcode , most of those are referring to the images that should come with the pre-build website when you install it from our cloud, also when you upload cloud templates you make requests to our server.
Most of the time the images are set as background for mobile or desktop version, please check in them panel -> https://i.imgur.com/ClBjnGr.png
Thank you!

Post count: 2

Problem solved! Page load now under 700ms.
Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.