|
Feb '16 |
4 |
594 |
0 |
I use this in layout
<?php echo $this->tag->stylesheetLink(array('href' => 'css/bootstrap.min.css', 'media'=> 'screen')) ?>
<?php echo $this->tag->stylesheetLink(array('href' => 'css/style.css', 'media'=> 'screen')) ?>
<?php $this->assets->outputCss() ?>
<!-- Scripts -->
<?php echo $this->tag->javascriptInclude(array('src' => 'js/jquery.min.js')) ?>
<?php echo $this->tag->javascriptInclude(array('src' => 'js/bootstrap.min.js')) ?>
<?php $this->assets->outputJs() ?>
Caching occurs in webbrowser, its not phalcons problem. You dont even making a request to those static files. Your application is making request only to /login