-
AuthorPosts
-
sevil Friend
sevil
- Join date:
- November 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 8
- Thanked:
- 12 times in 1 posts
March 5, 2008 at 8:11 pm #126335Hi,
i have a problem on my site.. Not really a big problem but i don’t know how to fix it correctly.
After quickstart installation of Ja Barite the site loads to slow..
Between 10 – 15 Seconds.. At Firefox on the bottom left i saw this while loading the site:
loading http://www.dedektif.webtrtemplate
There is missing a slash between .web.tr and template..
I fixed this problem by this way: I added a slash under configuration.php at config live site
But now i have to slashes after the site name like this: http://www.dedektif.web.tr//index.phpPS: After i added the slash the site loads much faster.. Maximum 5 Seconds.. Before it was between 10 – 15 seconds.
What could be the problem?
kmharper Friendkmharper
- Join date:
- October 2006
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
June 2, 2008 at 9:50 pm #251623I am very interested in the answer to this question as well. I noticed the same thing – very sluggish and no slash in Firefox. The speed of this template loading is not acceptable, I have to find a way to fix it – without having a double slash in the URL. 🙂
Thanks for any suggestions…
davidbo Frienddavidbo
- Join date:
- August 2006
- Posts:
- 7
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
June 13, 2008 at 6:32 pm #253472here’s the fix. In the template index.php file around line 55, there are these 2 lines of code…
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
You just need to insert a slash before the word templates as follows…
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>/templates/system/css/general.css" type="text/css" />
just make sure you remove the trailing slash from config.php after implementing this fix
1 user says Thank You to davidbo for this useful post
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 26, 2008 at 7:28 am #256332Hi
Can I mark this topic is solved ? -
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by kmharper 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum