Support Forums

Includes Slow Down Site?

This is a discussion on Includes Slow Down Site? within the Technical Support forums, part of the Technical Support Forums category; Hi, My layout.tpl looks like what is attached below, it is much easier for me to work with it. But ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

Reply
 
Thread Tools Display Modes
Old 01-21-2010, 08:46 AM   #1
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 1,089
Rep Power: 37
bowers01 is on a distinguished road
Default Includes Slow Down Site?

Hi,
My layout.tpl looks like what is attached below, it is much easier for me to work with it.
But does it actually slow the site down? is it recomended?
Cheers,
Nick

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
{include file=head.tpl}
</head>
{if $body=='home.tpl'}
<body>
{else}
<body id="inner-bg">
{/if}
<div id="wrapper">
{if $body=='home.tpl'}
<div id="header2">
{else}
<div id="header">
{/if}
{include file='logo.tpl'}
</div>
{include file='menu.tpl'}
{if $body=='home.tpl'}
<div id="banner">
{include file='text.tpl'}
{include file='banner.tpl'}
{/if}
{if $body=='home.tpl'}
<div id="container">
{elseif $body=='showlistings.tpl'}
<div id="container3">
{elseif $body=='categories/browse.tpl'}
__________________
Nick Bowers
68c v4.1.10 Developer Custom Template
bowers01 is offline   Reply With Quote
Old 01-21-2010, 08:56 AM   #2
curmudgeon
 
Join Date: Mar 2006
Posts: 5,416
Rep Power: 139
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

includes are fine, one of the reasons they exist is to make a page easier to read. Remember smarty templates by and large get cached anyway.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
/administration/includes/init.php is corrupted bigsplash13 Technical Support 1 08-14-2009 09:11 AM
Calendar Includes Xemion Technical Support 2 09-15-2007 06:33 PM


All times are GMT -4. The time now is 12:42 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0