Quote
$showcounter = '';
$pics = $settings['counter'];
for($i=0;$i<strlen($pics);$i++) {
$showcounter .='<img src="'.INFUSIONS.'graphical_counter_panel/images/'.$pics[$i].'.png" border="0" alt="'.$pics{$i}.'" />';
}
echo $showcounter.'<br/>';
Quote
Minimize HTTP Requests
Reducing the number of HTTP requests in your page is the place to start. This is the most important guideline for improving performance for first time visitors. As described in Tenni Theurer's blog post Browser Cache Usage - Exposed!, 40-60% of daily visitors to your site come in with an empty cache. Making your page fast for these first time visitors is key to a better user experience.
Category Forum
Official releases [Panels]Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions