Welcome Guest, Not a member yet? Register   Sign In
Image thumbnails question
#1

[eluser]Unknown[/eluser]
Is thumbnails dynamic creating very hard for server? I am using "dynamic_output" when thumbnail creating, but I dont know, if it is too hard for my server (15 thumbnails per page, about 25 pages per minute).
#2

[eluser]hvalente13[/eluser]
[quote author="sniezna.stopa" date="1216235570"]Is thumbnails dynamic creating very hard for server? I am using "dynamic_output" when thumbnail creating, but I dont know, if it is too hard for my server (15 thumbnails per page, about 25 pages per minute).[/quote]

You can check that by using the CI profiler:

Code:
$this->output->enable_profiler(TRUE);

Put this at the beginning of your controller function.

Hope this helps.




Theme © iAndrew 2016 - Forum software by © MyBB