Re: hitting the limits



windandwaves wrote:
It is so hard for me to judge if the code is efficient. Really - who
knows. I know what efficient code is, but there are just so many
variables. Even making changes tot the php.ini could be huge.

Yup, but previous suggestion with microtime() would give you an indication
where the most time is taken.

Each page loads about 100Kb of libaries and functions... (probably 50
- 100 functions (small ones) in total)... Does that make a difference?

Yes, probably not a lot, but why?
I'm having great difficulties imagining a a website where that much
libraries and functions are needed. Maybe it's time to include only files
that are actually needed?

It may be worth it to check the following url:
http://nl2.php.net/manual/en/language.oop5.autoload.php

I have a couple of tables in the database with over 300,000 (small)
rows)... Does that make a difference?

Having a database doesn't make a differnce.
Exactly HOW you query the database does.

Normalize and create proper indexes.-

Grtz,
--
Rik Wasmus


.



Relevant Pages

  • Re: hitting the limits
    ... I know what efficient code is, but there are just so many ... Even making changes tot the php.ini could be huge. ... an echo for each line and it was really interesting to see that sometimes ... Having a database doesn't make a differnce. ...
    (comp.lang.php)
  • Re: where do they go? How can I gather Click info in PHP
    ... Guenther Schmidt wrote: ... > you would code whatever is necessary to write the destination URL ... > into the database and then redirect the visitor to the intended ...
    (comp.lang.php)