21288 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 452 Views |
-
Assest image on a subdirectory

9 March 2011 at 1:53am
Hi I am trying to over write the in saphire/core/Core.php
define('ASSETS_DIR', 'assets');Is it possible to overwrite this from mysite directory?
Thanks Ben
-
Re: Assest image on a subdirectory

9 March 2011 at 9:44pm
No. define() cannot be overridden later on in the execution. Assets is likely hardcoded else where as well currently (which is less than ideal).
-
Re: Assest image on a subdirectory

10 March 2011 at 12:21am
Ok thanks, guess I will have to manually prefix with the subdomain.
I am just trying to decrease the load time of my page. I read that spreading the load between subdomains can increase the max number of requests at once. Is this correct? Are there any otherways to speed things up?
Thanks Ben
| 452 Views | ||
|
Page:
1
|
Go to Top |


