I published a tag <cms:show_early> that aims at outputting enclosed content even before the other tags are processed on page.

GIF:
quicker-page-loading.gif
quicker-page-loading.gif (66.27 KiB) Viewed 4077 times


CODE:
Code: Select all
<cms:show_early>
<html>
  <head>
    <title><cms:date format='H:i:s' /></title>

    <!-- CSS file -->
    <!-- Additional CSS Themes file -->

    <!-- Using jQuery with a CDN -->
    <script src="//code.jquery.com/jquery-1.11.2.min.js"></script>

    <!-- JS file -->
  </head>
  Head loaded..<br/>
</cms:show_early>
  <cms:pages/>
  <cms:show_early>First pages tag finished..<br/></cms:show_early>
  <cms:pages/>
  <cms:show_early>Second pages tag finished..<br/></cms:show_early>
  <cms:pages/>
  <cms:show_early>Third pages tag finished..<br/></cms:show_early>
</html>


SRC:
Tweakus-Dilectus Tags » show_early

MORE:

hello-world.gif
hello-world.gif (11.25 KiB) Viewed 4077 times


example.chase-delete-pages.gif
example.chase-delete-pages.gif (8.11 KiB) Viewed 4077 times