![]() |
|
|
#1 |
|
Member
Join Date: Mar 2004
Location: Cupertino, CA
Posts: 84
|
I check the stats page. It points out that ImageCheck is faulty and takes a long time to respond. What is ImageCheck and how do I tell my web hosting company about this problem?
Thanks, Michael Soo |
|
|
|
| sponsored links |
|
|
#2 |
|
Member
Join Date: Mar 2004
Location: Cupertino, CA
Posts: 84
|
Pekka, any idea?
- MS |
|
|
|
|
|
#3 |
|
El General Moderator
|
It may be a server firewall setup problem, or older PHP (this function has bugs in most old PHP versions). It is not essential to EE, it's a way to fetch image size which is needed by some features in EE.
__________________
This signature signifies my significance significantly Photo Gallery ---------------------------- |
|
|
|
| sponsored links |
|
|
#4 | |
|
Member
Join Date: Jan 2004
Location: Central, North Carolina, USA
Posts: 399
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
Member
Join Date: Mar 2004
Location: Cupertino, CA
Posts: 84
|
Quote:
- MS |
|
|
|
|
|
|
#6 |
|
El General Moderator
|
The problem is Getimagesize() function in PHP.
__________________
This signature signifies my significance significantly Photo Gallery ---------------------------- |
|
|
|
|
|
#7 |
|
Member
Join Date: Mar 2004
Location: Cupertino, CA
Posts: 84
|
Hi Pekka,
It doesn't seem like the problem with the getimagesize(). I tested it with the following code: <code> <? function getmicrotime() { list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec); } $time_start = getmicrotime(); for ($i=0; $i < 3; $i++) { $test = getimagesize('test.jpg'); } $time_end = getmicrotime(); $time = $time_end - $time_start; echo "Did $i tests in $time seconds"; ?> </code> and it returned the results in 0.000xx seconds. Look at my stats page...it's horrendous. http://www.soocool.com/pub/slow/ Argh...Help!!! - MS |
|
|
|
|
|
#8 |
|
El General Moderator
|
If the image is checked through URL the case might be very different especially if the image is not on home server. Try getting size on any image on my gallery - it should be quite fast.
If you have problems with image size checking the turn it off by all means, in misc settings editor: global settings / When image file is not found to "1".
__________________
This signature signifies my significance significantly Photo Gallery ---------------------------- |
|
|
|
|
|
#9 |
|
Junior Member
Join Date: Sep 2006
Posts: 1
|
Well I was having similar problems - pictures were just not being displayed in my ee gallery ( www.eye-shot.co.uk ) - I did all the suggestions - well it did at least allow to see the images but it was still taking an absolute AGE.
Eventually whilst looking at the Server Info - I noticed that the uncookied data saved to disc was a massive 358 Mb - I don't think I even have 358 Mb available on my server! Well, I hit the 'Purge uncookied data' option to remove all uncookied data - Lo and behold everything sped up to almost instantaneous speed again. Not only that, but I was also using the same MySQL server (different database obviously) for a coffee retail business online ( http://www.coffeo.co.uk ) and this site has also now sped up dramatically - both in terms of customer use and admin. The slowness could well have cost me lost sales and may explain missing information due to timeouts during checkout. AAAAAARRRRGGGHH - how long have I have put up with slow databases on my site because I just thought MySQL was slow. Little did I know that there was 358Mb of data lying around slowing everything up!! I still don't understand WHY this had so much impact on everything so if anyone can explain things to me a bit more I'd appreciate it. Everything's sweet now though - I just wanted to share this information with anyone else who visits this thread wondering [the following should help google pick up this thread if anyone is searching for a resolution to this problem] why Exhibit Engine is slogging, chugging, blocking, failing, taking too long, being very slow, not showing images or doesn't allow viewers to see the photos due to timing out. [that should do it!] Regards Roger Attrill www.Eye-Shot.co.uk www.Coffeo.co.uk www.Where4ArtThou.co.uk |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Clogging and slogging in the mud... | gmen | Sports | 2 | 30th of January 2005 (Sun) 01:48 |