who have you disable short on SOLVED BY(difficulty)

Announcements, comments, ideas, feedback, and "How do I... ?" questions
Post Reply
shashankshukla2001
Posts: 1
Joined: Wed Jan 09, 2008 9:48 am

who have you disable short on SOLVED BY(difficulty)

Post by shashankshukla2001 »

Short on SOLVED BY(difficulty) and other have been disabled for
http://projecteuler.net/index.php?section=problems
In projecteuler and this is making it difficult for me to select a problem to be solved next :(
WoLpH
Posts: 5
Joined: Thu Nov 01, 2007 3:38 pm

Re: who have you disable short on SOLVED BY(difficulty)

Post by WoLpH »

I think you mean sorting/ordering, and yeah... I was wondering about that too.

I found it quite fun to look for hard or easy problems by using the sort by "SOLVED BY" :(
User avatar
euler
Administrator
Posts: 5095
Joined: Sun Mar 05, 2006 4:49 pm
Location: Cheshire, England
Contact:

Re: who have you disable short on SOLVED BY(difficulty)

Post by euler »

Perhaps you've not been aware of the recent problems we had with server overload. Consequently I had to rewrite all the scripts to make use of a caching system for pages and it is taking me almost every waking moment to do. Most features have now been restored, but one or two other things are still waiting to be ported across the new system; some simply cannot be translated across. However, this is one which I can do and is next on my "to do" list.
Image
impudens simia et macrologus profundus fabulae
WoLpH
Posts: 5
Joined: Thu Nov 01, 2007 3:38 pm

Re: who have you disable short on SOLVED BY(difficulty)

Post by WoLpH »

I read it (after posting here), great work for getting it back online :)

I would advise to transfer some more cpu power from the server to the client though, current computers are quite fast and javascript has more than enough options to allow sorting and other stuff, it will save you bandwidth (not another page to load) and cpu power for the database (sorting can be quite heavy if there is no index or if you've got a complex query which does not allow the usage of indexes)

If there is anything I can do to help please tell me, I've got quite some experience with high-load websites and know what/where to optimize.
Post Reply