Page 1 of 1

Slow page preview and web browsing after publishing

Posted: Sun Apr 09, 2023 9:45 pm
by gigione
"Disarming slowness in local page previews and equally slow in loading pages after publication on the web. Navigation is very difficult from one page to another. The links work perfectly. A week ago everything worked perfectly (for years) suddenly it's not like that anymore, VERY SLOW! What can I do? Is there a possibility to optimize the created web pages? Thank you (Website to verify: www.gambacorta.it)

Re: Slow page preview and web browsing after publishing

Posted: Sun Apr 09, 2023 10:12 pm
by BaconFries
If it has previously worked for years then what have you changed? Looking at the page HTML you have added a line of code (script) between the <body!-------!> this is incorrect and will break the code of the page.
Please remove the following from between the <body!----remove the script from here----!> and insert correctly ie between the <head> Here</head> tags* or between <body> Here </body>

Code: Select all

<script data-host="https://v2.statistichegratis.net" data-dnt="false" src="https://v2.statistichegratis.net/js/script.js" id="ZwSg9rf6GA" async defer></script><script language="javascript" src="https://www.01statistichegratis.net/stats/piwikTra9cker.js?Id=ZwSg9rf6GA"></script>

Re: Slow page preview and web browsing after publishing

Posted: Mon Apr 10, 2023 12:25 am
by gigione
Thank you very much! Resolved. I don't know what happened. However now everything is fine. Thanks again.