Hi and good morning.
I have an issue with my homepage dashboard.
The main_top.html is the following:
<p align="center" style="font-size:36px"><i>Hilmark Group MIS Dashboard</i></p>
<hr style="width:70%;border-bottom-width: 0px;">
<script type="text/javascript"> embed_url("http://xxxxxx.com/mydbr/report.php?r=43&m=2&h=bcbf9108bc85d123abc7eab5221b77394bff890b&i=1&hdr=0&embed=2", false); </script>
<hr style="width:70%;border-bottom-width: 0px;">
The stored procedure used to create the report is quite meaty - approx. 1000 lines but the MySQL database is small so there is not a huge number of records to read.
The issue I'm getting is that going to the homepage can result in the browser not responding. I resolve this by clicking in the address bar and hitting return. The page is then displayed in a few seconds. This happens across all browsers.
Hope you follow that. Any thoughts?
Cheers
JAke