WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Aufwand für Hauptthread minimieren 10,6 sVersuchen Sie, die Zeit für das Parsen, Kompilieren und Ausführen von JavaScript zu reduzieren. Die Bereitstellung kleinerer JS-Nutzlasten kann dabei helfen. Weitere InformationenKategorie ZeitaufwandScript Evaluation 6.846 msOther 1.422 msStyle & Layout 822 msScript Parsing & Compilation 742 msParse HTML & CSS 361 msGarbage Collection 232 msRendering 209 ms
Hi, "my" PageSpeed Insights says "A problem has occurred with the request. Please try again later.".Later the same message.
I see on your page https://www.deguate.com.gt/guatemala/agricultura.php three lists of pages (left, right, bottom).Have you tried with only one list?
Maybe you can try to use droplets like [[SiteMapChildRL]] or similar?
$content = '';if (isset($start) && !empty($start)) { $iChild = (is_numeric($start) ? $start : PAGE_ID); $content = show_menu2(SM2_ALLMENU, $iChild, SM2_ALL, SM2_ALL|SM2_ALLINFO|SM2_BUFFER, '[li]<span class="nav-link">[a][page_title]</a></span>', false, '<ul id="servicelinks">');}return $content.'';
By making these pages faster will not rank your website better.
What is possible here is that developers make one database query for page tree and to put it in global variable.
We can try another way. Loading a static menu.Only for testing if this is faster as generating the menu for every page load.In your index of the template (before DOCTYPE) we define a variable with your menu.Then we ask if the visitor is logged in or not. If not:- we give him a static menu- we create this file in this moment in the WB root- in your index in the body where the menu is normally called we ask again if the visitor is logged in or not- if not we give him the static menu else the WB generated menuI hope you are the admin and there are not many registered users.If you give me your index i can implement this for testing.
$content = '';if (isset($start) && !empty($start)) { $iChild = (is_numeric($start) ? $start : PAGE_ID); $content = show_menu2(SM2_ALLMENU, $iChild, SM2_ALL, SM2_ALL|SM2_ALLINFO|SM2_BUFFER, '[li]<span class="nav-link">[a][page_title]</a></span>', false, '<ul id="servicelinks">');}Echo $content;
[1] => Array ( [title] => Page id 1 [url] => www... [children] => Array ( [2] => Array...
From the developer: the menu function has security changes since 2.10.Unfortunately i can't say more.