Increase site speed
Hi EveryoneWe have just launched www.safari.co.uk, and its working really nice - apart from the speed. We really need to improve page load times and optimise the image library. Can anyone sign post me...
View ArticleRe: Trouble establishing the proper has_whatever relationship
Thank you Will, that solution indeed works perfectly. Thanks for taking the time to respond. SilverStripe is awesome, I also want to thank you and your team for making this superb CMS and framework. I...
View ArticleCan I upload an Adobe Lightroom photo gallery?
Adobe Lightroom photo imaging software can upload photo galleries to websites directly. I can get it to upload (says it did) but how do I get it to Files and Images folder, if that's what I have to do?...
View Articlecreating grouped lists in the cms. how ?
i dont know how to do this in the cms:I already have a DatabObject Employee. In the cms employees can be managed with modeladmin.Now i would like to add a TeamPage.phpA Teampage should look like a...
View ArticleRe: Increase site speed
Hi,Looks like a brochureware site - so http://doc.silverstripe.org/framework/en/reference/staticpublisher - could be a huge win.If you want to do a partial...
View ArticleRe: Performance SS3
Tazzydemon,This works for me:if (!file_exists($outputPNG)){Â Â Â exec("/usr/bin/convert \"{$strPDF}[0]\" -colorspace RGB -geometry 160x240 \"$outputPNG\"");}Posted to: Performance SS3 | Show Thread | Post...
View ArticleEditable GridField frontend
HelloI've just spent a few hours trying to get an editable GridField working on the front-end. After much searching I gave up and asked IRC channel, where one nice person told me that it doesn't work....
View ArticleMove the assets path
Hi,Does SS 2.4 or 3 have the ability to move the assets path outside the root? Microsoft deployment using Web Deploy/WebMatrix always shows site differences due to assets and this results in:- having...
View ArticleRe: Increase site speed
Images don't get passed through the GD library every time, only when they are first resized. It then checks if a resized image exists and serves it if it does.I agree with Swaiba - partial caching...
View ArticleRe: Increase site speed
Thanks for this. Also applied these htaccess rules which have helped a lot...<IfModule mod_expires.c> ExpiresActive On ExpiresByType text/html "access plus 7 day" ExpiresByType text/js "access...
View ArticleRe: Increase site speed
html5boilerplate.com has a nice .htaccess file too.Edit: https://github.com/h5bp/html5-boilerplate/blob/master/.htaccessPosted to: Increase site speed | Show Thread | Post Reply
View ArticleDate troubles
I'm using SS 2.4.9.I'm having a problem with saving dates before 1970. I have a history timeline, and i need to be able to input dates from 1500 to 2013.I can edit the dates directly in the Database...
View ArticleSilverstripe Meet Up Midlands UK
Hi EveryoneI am just trying to gauge interest in the possibility of setting up a "Silverstripe Geek Night" one a quarter in Northampton or Milton Keynes (UK). Would this be of interest to anyone, if so...
View ArticleRe: Problem adding mutiple images to page
can someone tell me how to add a variable to get the images instead of $SetWidth ?Posted to: Problem adding mutiple images to page | Show Thread | Post Reply
View ArticleRe: Problem adding mutiple images to page
If I understand correctly...You can write own function http://doc.silverstripe.org/framework/en/reference/imageJust put it in the ControllerSorry for my bad EnglishPosted to: Problem adding mutiple...
View Articleupdated book for SilverStripe 3.0?
hi,will the official book be updated for SilverStripe 3.0? that would be great.(i am coming from TYPO3 (i am a bit unhappy with the recent updates) and like SilverStripe a lot so far. especially i am...
View ArticleRe: Problem adding mutiple images to page
But normaly i have to define a variable in the page.php or object.php and with this variable i can get the saved content to the templates.I mean which is the variable here to get the Images?I don't...
View Articlecms breadcrumbs customisation
Hi,I set up SS3 with a few gridfield objects. Works fine, but i was wondering if i can change what shows up in the cms breadcrums. Now it shows the ID of the record, but i'd like to change this into...
View ArticleRe: Problem adding mutiple images to page
Sorry, I misunderstood I think that the best solution would be to use this form:<img src="$URL" />then you will have the original sizeSorry for my bad EnglishPosted to: Problem adding mutiple...
View ArticleRe: Hello world module
could you explain step by step how we should use your zip?.I am in the same point than you in the beginning, I would like to have a super simple tutorial to make a simple hello world and then start...
View Article