Also just a heads up about the render blocking javascript which you reference in your subject title, CakePHP makes it quite easy to handle this, you can even create a 'script block' at the appropriate place in your template and load javascript directly into that block.
This means all your content will be loaded before the javascript, increasing the page load time. http://book.cakephp.org/2.0/en/core-libraries/helpers/html.html#HtmlHelper::scriptBlock On 14 June 2014 17:03, Stephen S <[email protected]> wrote: > All of the points listed in both of these reports should be possible, I > see no reason they can't be completed, they're pretty straight forward. > > > On 13 June 2014 22:01, CD Kaleky <[email protected]> wrote: > >> My site is cake.... But I am no coder. >> >> Google speed test >> >> >> https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.atlanticcity.com >> >> >> and >> >> http://gtmetrix.com/reports/atlanticcity.com/CPRgtvYp >> >> >> both suggest similar fixes, but 2 devs tell me it is not possible. >> >> >> Are they kidding me or what >> >> -- >> Like Us on FaceBook https://www.facebook.com/CakePHP >> Find us on Twitter http://twitter.com/CakePHP >> >> --- >> You received this message because you are subscribed to the Google Groups >> "CakePHP" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/cake-php. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Kind Regards > Stephen Speakman > -- Kind Regards Stephen Speakman -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
