Slow page preview and web browsing after publishing
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Slow page preview and web browsing after publishing
"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)
- BaconFries
-
- Posts: 5978
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Slow page preview and web browsing after publishing
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>
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
Thank you very much! Resolved. I don't know what happened. However now everything is fine. Thanks again.