Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Changed] Caching of JavaScript/CSS files

Information about updates, news, Code Library
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

[Changed] Caching of JavaScript/CSS files

Unread post by admin »

Currently, when you log in to nuBuilder, a new PHP session is started and resources such as JavaScript and CSS files are included. This ensures that the latest version is always loaded and not cached.

However, every time you open an iframe (e.g. Popup window), these files are reloaded instead of being loaded from the cache.
This takes just a split second, but is not necessary. From now on, files will only be loaded once per session, which should give a small speed boost.
Post Reply