The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Same JS file load from defferent place.
from link: http://demo.adultscriptpro.com/users/admin/
<script type="text/javascript" src="/profile/templates/default-pink/js/jquery-1.5.min.js"></script>
<script type="text/javascript" src="/profile/templates/default-pink/js/jquery.main-0.1.js?v1"></script>
From link: http://demo.adultscriptpro.com/
<script type="text/javascript" src="/templates/default-pink/js/jquery-1.5.2.min.js"></script>
<script type="text/javascript" src="/templates/default-pink/js/jquery.main-0.1.js?v1"></script>
Offline
Offline
Offline
If you're @ /users it loads from /profile/templates but the file is not loaded twice
You're correct when saying that it could be loaded on both places from the same location.
But from the Bandwith/performance ponit of view it would make no difference.
But remark the different version.
Offline
From the bandwidth/performance point of view, its important for each visitor only once. After that its cached. The files are the same, but in the future they might not be the same, having the js file in different locations is good, except for jquery which i could have only in 1 place, and i think i will in future versions.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Will probably move all jquery files and other 3rdparty javascript to /js in the future.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline