H
H
Hancock_8882015-09-06 08:50:16
Yii
Hancock_888, 2015-09-06 08:50:16

How to optimize website performance in yii?

Good day to all!
How to find and what to do to make the site load faster?
I am developing a site, and over time it became more and more, and the pages began to load for a long time.
How do you find how much it takes so long to load and how do you solve such issues?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
HaruAtari, 2015-09-06
@Hancock_888

There is an article on the official site, just google it:
www.yiiframework.com/doc/guide/1.1/en/topics.perfo...

P
Pavel Volintsev, 2015-09-06
@copist

Learn code profiling. For example, use xdebug or xhprof to collect metrics.
Use what HaruAtari recommended
+ to this Suppress
session creation
Suppress database connection creation

'import' => array('application.components.*', и.т.д. )

S
Sonnabend, 2015-09-06
@sonnabend

Do you use minification of .js and .css files?
There isn't much to answer from your post. Analyze yourself what loads your site, look for ways to optimize

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question