Are there any issues in having a large number (say 50) of script tags in an html file. Does it cause any performance issues in page rendering times?
I have a section on my page that's pulling a geolocation point and putting this into an array for use on a google map. I could create a separate query for just the geolocation points but I believe it is more efficient if I pull this out as other content is requested.
<script type="text/javascript">points[{count}] = [{job_latitude},{job_longitude},'{title}'];</script>