Home › Forums › COG – Green Room › Website feedback › Reply To: Website feedback
@killcrazy nice analysis, try async loading strip and recaptcha, avoid blanket script enqueues i.e. only include if the functionality is needed on the page its needed, or if you know the script isnt really needed on load i find calling the init as a call back to settimeout created on page load to init the scipt a second or two after document ready has fired
JS Tidy up (bundling and minification mainly) is on the todo list, as is sorting out the css to stop so many redraws
Oh and you might notice a moderate speed boost to the site if the page is in the cache.
Without revealing ops data it came back to the old CompSci ideom, there are 2 difficult things with computing; naming things and cache invalidation