x00
MVPx00 MVP
Reactions
-
Re: How to add javascripts before AfterBody trigger
You have to be carefully too. if something adds some inline script, which is common on some apis, and it references a famework that is not loaded yet becuase it has moved to the bottom, it will break. (View Post)1 -
Re: How to add javascripts before AfterBody trigger
You will still see a performance decrease ( even with .ready ) DOM ready executes after footer, after all the dom is there. Waiting everything is loaded/rendered such as the old onload has drawback i… (View Post)1 -
Re: Accessing and updating values in database
Have a look at PurchasePremiumRoles plugin (with MarketPlace plugin), that would enable use to buy the role with karma. if that is not good enough, at least there is some code in there that demonstra… (View Post)1 -
Re: My GDN_Session table is over 80MB. Can I empty it
if you delete sessions, more elegant to delete older than some time. (View Post)1 -
Re: My GDN_Session table is over 80MB. Can I empty it
don't delete all the session just older ones, also known as pruning (View Post)1
