Loading

 

Beauty & Trend

All beauty & trend - tips, technics, reviews, products, brand, news and how to....

 

Joomla

How to.. Hack Tips & Technics Downloads
Home
How iPhone 3.0 Will Feel Different
Written by Administrator   

 

iPhone 3.0

The third iteration of iPhone software doesn’t just add features like copy and paste. There’s a lot new going on in terms of usability and interface that every non-power user will appreciate.

Read more...
 
iPhone 3.0 Firmware preview dropping on March 17th
Written by Administrator   

 

iPhone 3.0 FirmwareIt’s that time of the year again, folks! Apple will be releasing a brand new iPhone firmware soon, and March 17th is the day when we all find out what the new iPhone 3.0 firmware will bring to the table. We’ve already heard rumors that it
Read more...
 
<< Start < Prev 1 2 3 Next > End >>

Page 1 of 3

Newsflash

Joomla! makes it easy to launch a Web site of any kind. Whether you want a brochure site or you are building a large online community, Joomla! allows you to deploy a new site in minutes and add extra functionality as you need it. The hundreds of available Extensions will help to expand your site and allow you to deliver new services that extend your reach into the Internet.

Login

Lost your password?

Joomla

Joomla Performance Tuning #1 : Module Cache
If you don't have a very busy website, chances are, you still don't care about Joomla performance tuning. But if you found this article through search, you are probably encountering slow performance from your Joomla website. You see hundreds of query from the page when you enable debugging. And in some cases, if you know Joomla caching, you just don't see the parameter on the module. Here's our first tip on how you can enable it and limit those query calls.

Joomla Modules

If you go to the Joomla Module directory, you will always see the PHP and XML file. The XML file stores the definition and parameters about that particular module. And in my experience as an end-user, I noticed that most of these modules usually don't go through proper design and implementation. Maybe the developer just thought of a cool idea to support some component and created a Joomla module in a flash.

Param Cache

What is param cache? This is a very special parameter in Joomla Module. And in most module that I have used, this is missing. This tells Joomla to cache the module when it is enabled. What does exactly happens when Joomla cache the module? For example, the module displays the latest 10 ads in an ads components. If the developer is good, the module might have 1 query, if he's not it might have 10. Yes, I bought a commercial component and a module came with it that stupendously executes 10 queries.

So when Joomla cache this module, it means the module will only execute the query once when it initially loads the page that displays the module. So when a second visitor visits that page, all it's doing is reading the cache (it's a file from your cache directory) from your server. There are no query calls and thus improves your website performance. It will only execute the query again when the cache expires. You set this expiration time on the Site Global Configuration.

Joomla Visitor Map
Loading Joomla Visitor Map