Changes between Initial Version and Version 1 of TEXT_PERFORMANCE_R1


Ignore:
Timestamp:
05/19/10 14:41:28 (15 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_PERFORMANCE_R1

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=TEXT_PERFORMANCE_R1, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8The purpose of this task is to improve it and make Sophie usable with large text (see TEXT_PERFORMANCE_R1#Comments). At this revision, testing and profiling should indicate bottlenecks that need to be fixed. 
     9 
     10== Task requirements == 
     11 * Determine bottlenecks that slow down text performance (describe them in design): 
     12  * Manual testing should help see which regular user operations on text take a lot of time to perform. 
     13  * Automatic testing using performance tests should pin out the most time-consuming pieces of code. 
     14 * Suggest solutions or ways of improvement (describe them in design) 
     15  * Provide estimate for how much time is needed for them to be done. 
     16 * Implement feasible solutions based on the estimates given and the time available. 
     17 
     18== Task result == 
     19 * The [TEXT_PERFORMANCE_R1#Design Design] section of this wiki page 
     20 * Source code 
     21 
     22== Implementation idea == 
     23Look at the tests and results from the first revision of this task. 
     24 
     25== Related == 
     26TEXT_PERFORMANCE_R0 
     27 
     28== How to demo == 
     29 * Show the better performance by pasting a large text and editing it. 
     30 * Run the performance tests written and describe the results.  
     31 
     32= Design = 
     33^Describe your design here. 
     34 
     35= Implementation = 
     36^Describe and link the implementation results here (from the wiki or the repository). 
     37 
     38= Testing = 
     39^Place the testing results here. 
     40 
     41= Comments = 
     42^Write comments for this or later revisions here.