Page 1 of 211,232, showing 20 records out of 4,224,627 total, starting on record 1, ending on 20
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 14:09 | Noise98 | in 1.2 |
# | Aug 6th 2008, 14:11 | achew22 | that doesn't instill confidence.. |
# | Aug 6th 2008, 14:11 | robsox128 | jaredhoyt: Thanks for the link, I think maybe I should read through the whole Cookbook again, I'm clearly not getting things. :) |
# | Aug 6th 2008, 14:11 | jaredhoyt | gj achew22 |
# | Aug 6th 2008, 14:11 | achew22 | ) |
# | Aug 6th 2008, 14:12 | jaredhoyt | i've probably done 10 ~ today |
# | Aug 6th 2008, 14:12 | jaredhoyt | forget everytime |
# | Aug 6th 2008, 14:12 | achew22 | lol |
# | Aug 6th 2008, 14:12 | achew22 | I've done it a lot too |
# | Aug 6th 2008, 14:13 | Jonah | how can I get cakephp to gzip stuff? id like it to gzip css, js and the main html |
# | Aug 6th 2008, 14:14 | teknoid | Jonah: do you mean to speed up downloads? |
# | Aug 6th 2008, 14:14 | Jonah | yes |
# | Aug 6th 2008, 14:15 | Jonah | the time it takes to download the pages |
# | Aug 6th 2008, 14:15 | Jonah | why? |
# | Aug 6th 2008, 14:15 | teknoid | Jonah: i imagine that's an apache thing, enabling mod gzip |
# | Aug 6th 2008, 14:16 | Jonah | right now I have @ob_start ('ob_gzhandler'); in the bootstrap and it works for the main html but i was wondering if there was a better way |
# | Aug 6th 2008, 14:16 | Noise98 | your css and js files are not provide by php |
# | Aug 6th 2008, 14:16 | Noise98 | they are directly provide by apache |
# | Aug 6th 2008, 14:17 | Noise98 | if u want them to be gzip u have to enable some settings into apache |
# | Aug 6th 2008, 14:17 | Noise98 | nothing to do with cakephp |