goldyhmr237 / web-optimizator

Automatically exported from code.google.com/p/web-optimizator
0 stars 0 forks source link

Typos & clarification of text in UI #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open wbo/index.php'server configuration'
2. check for typos
3. check for clarification

What is the expected output? What do you see instead?

What I found so far:

# /index.php is wratable [yes] > writable
Shrink HTML to the one string > Compress HTML to one string
Move counters calls before </body> > counter
Don't check files mtime (and content) > Ignore file modification time stamp
(mtime)
Cache images, Cache video files, Cache static assets > needs 'only via
.htaccess' detail
Enable only earlier flush of content > Only (!) cache first n bytes of
content (flush early)
BTW: Replace dot (.) with ':' for all input forms.
This can significantly reduce _the_ number of HTTP _r_equests _during_
website load.
Web Optimizer can add _all required changes (only for /index.php)_ to your
website based on Textpattern 4.2.0.

What version of the product are you using? On what operating system?

0.5.9

Please provide any additional information below.

The additional infos from the config file (CPU intense, .htaccess only)
should also be added to the options for clarification.

To get a nice and round 0.6.0 some work should be added into polishing the
user interface :)

Original issue reported on code.google.com by merzmar...@gmail.com on 18 Sep 2009 at 11:43

GoogleCodeExporter commented 9 years ago
A small notice about 'Cache images, videos, etc'. I think there should be a 
server-side 
support (via PHP script) for .htaccess rules (of mod_expires isn't enabled). 
It's not 
rational but can help in some cases. It won't be included into 0.6.0 release, 
but i 
will be implemented. So we can have only 2 states:
a) 'Buggy' implementation of static resources caching w/o .htaccess support.
b) Disabled static resources caching w/o .htaccess support (and texts about it).

I prefer the (a).

Original comment by sunny.dr...@gmail.com on 18 Sep 2009 at 1:00

GoogleCodeExporter commented 9 years ago
I think all typos were corrected. Going to upload 0.5.9.6.

Original comment by sunny.dr...@gmail.com on 18 Sep 2009 at 1:16

GoogleCodeExporter commented 9 years ago
Double check: Minor issues remain

OK - # /index.php is writable [yes]
Delete 'the': Compress HTML to -the- one string
OK - Move counters calls before </body> > counter
OK - Ignore file modification time stamp (mtime)
OK (no only?) - Cache images, Cache video files, Cache static assets > needs 
'only
via .htaccess' detail
OK (no !) - Only cache first n bytes of content (flush early)
OK - BTW: Replace dot (.) with ':' for all input forms.
OK - This can significantly reduce _the_ number of HTTP _r_equests _during_
website load.
Grammar (move 'add', replace 'for'): Web Optimizer can _add_ all required 
changes
(only _to_ /index.php) to your website based on Textpattern 4.2.0.

---

Re. cache static local assets

I also tend to a) and will wait until you come up with a performant solution :)

Original comment by merzmar...@gmail.com on 18 Sep 2009 at 1:59

GoogleCodeExporter commented 9 years ago
yes, new minor issue with cache (also with non 304 answer) was detected. All 
fixed with 
the last bunch upload, rev567

Original comment by sunny.dr...@gmail.com on 23 Sep 2009 at 8:05