2013-04-13, 05:32 PM
2013-04-13, 05:48 PM
No, it's specific for MyBB. It's not for general use.
2013-04-13, 06:00 PM
Thanks malcolm,
but i think it is better to serve from cdn than our servers, so can i get it's github cdn link or any open cdn link..?
but i think it is better to serve from cdn than our servers, so can i get it's github cdn link or any open cdn link..?
2013-04-13, 06:05 PM
Its a tiny file, only used by MyBB installations. Something like google is for cross application stuff, like jquery or prototype.
2013-04-13, 06:11 PM
oh, but general.js is loading all time for me,
even for mybb.com
check in http://gtmetrix.com/
so only i planned to load from cdn, atleast it reduce one request from our shared hosting
----
found the github cdn link, but it is 197 KB, normal one is only 17 Kb
https://github.com/mybb/mybb/blob/master...general.js
even for mybb.com
check in http://gtmetrix.com/
so only i planned to load from cdn, atleast it reduce one request from our shared hosting
----
found the github cdn link, but it is 197 KB, normal one is only 17 Kb
https://github.com/mybb/mybb/blob/master...general.js
2013-04-13, 06:20 PM
yes, that is because it is not cached or gzipped. Do you have a cache setting in your .htaccess? I just managed to set up a static hosting for my js files from a subdomain on my server (with help from euantor) - is that something you would want?
2013-04-13, 06:35 PM